chore: first commit

This commit is contained in:
Daniel Ledda
2022-06-07 22:45:58 +02:00
commit 9010c5040b
11 changed files with 636 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">
<title>Stocca Tre Pizzeria</title>
</head>
<body>
<div id="root"><!-- app goes here --></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>