Added boilerplate code

This commit is contained in:
2026-02-07 19:25:23 +00:00
commit bf80433f42
3 changed files with 18 additions and 0 deletions

11
index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="/styles.css">
<script src="/main.js"></script>
</head>
<body>
</body>
</html>