This commit is contained in:
2021-01-23 01:19:53 -05:00
parent 2238339553
commit 6cc1f8efda
6 changed files with 1110 additions and 0 deletions

11
frontend/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Worked!</title>
</head>
<body>
<center>
<h1>If you see this, it worked!</h1>
</center>
</body>
</html>