feat: first build complete

This commit is contained in:
Smigz 2023-12-20 12:18:41 -05:00
parent f1bae19cac
commit e1d39b8a05
30 changed files with 1215 additions and 1 deletions

9
restaurant/index.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Restaurant - Dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1"><script defer src="bundle.js"></script></head>
<body>
</body>
</html>