Files
stocca-tre/frontend/index.html
Daniel Ledda c628f6b46e fix: removed collage
fix: removing collage

feat: added ingredient type to server for testing and a config"

chore: setup deno server package
2022-06-21 23:07:01 +02:00

11 lines
232 B
HTML

<!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>