Add index.html

This commit is contained in:
Greg 2025-04-21 21:18:20 +00:00
commit 8af4586698

14
index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WOW</title>
<H1>Wow this works</H1>
This is an amazing site
</head>
<body>
<div>🍌</div>
</body>
</html>