mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
11 lines
195 B
HTML
11 lines
195 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Example page</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div style="background: red; width: 100px; height: 100px"></div>
|
||
|
|
</body>
|
||
|
|
</html>
|