feat: base files for the repo

This commit is contained in:
silver 2024-09-22 23:07:55 +01:00
commit 9048bb7322
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
4 changed files with 125 additions and 0 deletions

12
src/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
</head>
<body>
<div>
<h1>Hello World!</h1>
<h2>All hail Skynet!!</h2>
</div>
</body>
</html>