initial commit

This commit is contained in:
IBrickhouse 2023-09-15 14:53:24 -07:00
commit f3fcd78a17
2 changed files with 12 additions and 0 deletions

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>
<H1>HELLO</H1>
</body>
</html>

1
index.py Normal file
View File

@ -0,0 +1 @@
print("Hello, World")