This commit is contained in:
2023-06-12 09:36:48 +02:00
commit 6b3171129d
2 changed files with 19 additions and 0 deletions

9
blank.html Normal file
View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blank Page</title>
</head>
<body>
</body>
</html>

10
index.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Zev the Dev | Making Baby Programmers Daily</title>
</head>
<body>
Coming soon...
</body>
</html>