This commit is contained in:
root 2025-03-29 23:46:36 +05:00
parent 9ebe421214
commit aaff8291da
3 changed files with 21 additions and 0 deletions

10
css/style.css Normal file
View File

@ -0,0 +1,10 @@
:root {
color-scheme: dark;
font-family: monospace;
font-size: 16px;
}
body {
margin: auto;
max-width: 768px;
}

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0">
<link rel="stylesheet" href="/css/style.css?v=1">
<script src="/js/index.js?v=1" defer>
</head>
<body>
</body>
</html>

0
js/index.js Normal file
View File