odin-codespace/restaurant/index.html
Smig e46e56578d
Restaurant project (#9)
* feat: git ignore

* feat: skeleton

* feat: module added

* feat: added menubar

* adding components

* feat: carousel and components

* feat: content added

* feat: navbar logic added

* feat: added styling

* feat; add bg image

* feat: styling complete

* feat: first build complete
2023-12-20 12:19:12 -05:00

9 lines
No EOL
238 B
HTML

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