Skip to content

Commit

Permalink
update dist index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kesava-karri committed Mar 20, 2024
1 parent 082b2b2 commit 1da7cad
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 32 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
8 changes: 4 additions & 4 deletions projects/restaurant-page/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Restaurant Homepage</title>
<title>Snow Restaurant</title>
<script defer src="main.js"></script></head>
<body>
<header>
<nav>
<button>Home</button>
<button>Menu</button>
<button>About</button>
<button id="home">Home</button>
<button id="menu">Menu</button>
<button id="about">About</button>
</nav>
</header>
<div id="content"></div>
Expand Down
Loading

0 comments on commit 1da7cad

Please sign in to comment.