mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-16 06:10:36 -04:00
feat: first build complete
This commit is contained in:
parent
f1bae19cac
commit
e1d39b8a05
30 changed files with 1215 additions and 1 deletions
9
restaurant/index.html
Normal file
9
restaurant/index.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue