pizza-client-app/index.html
2025-02-24 21:08:29 +01:00

16 lines
447 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/style.css" />
<title>Padre Gino's</title>
</head>
<body>
<div id="modal"></div>
<div id="root">not rendered</div>
<script type="module" src="./src/App.jsx"></script>
</body>
</html>