fix: removing collage feat: added ingredient type to server for testing and a config" chore: setup deno server package
11 lines
232 B
HTML
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> |