initial commit: add basic HTML structure, empty JavaScript, and CSS files

This commit is contained in:
vista-man
2025-04-01 09:46:38 +02:00
commit 6a9a54cd84
3 changed files with 11 additions and 0 deletions

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">
<title>Document</title>
</head>
<body>
</body>
</html>

0
script.js Normal file
View File

0
style.css Normal file
View File