This commit is contained in:
mtgmonkey 2025-06-16 15:48:31 -04:00
commit 02acb04f65
9 changed files with 582 additions and 0 deletions

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p>Does it work?</p>
</body>
</html>