inital commit

This commit is contained in:
Toddeh 2024-04-12 20:19:40 -07:00
parent 1158e9584c
commit d0a184ed99
2 changed files with 11 additions and 0 deletions

11
frontend/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>My App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello, world!</h1>
<script src="app.js"></script>
</body>
</html>

0
frontend/styles.css Normal file
View file