mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-26 06:20:42 -05:00
Smig
e46e56578d
* 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
9 lines
No EOL
238 B
HTML
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> |