Initialize HTML structure and add empty CSS and JavaScript files

This commit is contained in:
Alvin
2025-06-04 09:34:13 +02:00
commit e745cc340c
3 changed files with 11 additions and 0 deletions

0
css/style.css Normal file
View File

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
js/script.js Normal file
View File