example page

This commit is contained in:
yaroslav
2026-01-21 13:34:13 +02:00
parent d7bffb9f97
commit c9660f4bd8
6 changed files with 136 additions and 2 deletions
+4 -1
View File
@@ -3,9 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<title>Example page</title>
</head>
<body>
<div id="main">
<div class="preview"></div>
</div>
</body>
</html>