nagasurendra commited on
Commit
669303d
·
verified ·
1 Parent(s): eb297f7

Create components/header.html

Browse files
Files changed (1) hide show
  1. templates/components/header.html +8 -0
templates/components/header.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <header>
2
+ <h1>Restaurant Ordering System</h1>
3
+ <nav>
4
+ <a href="/">Home</a>
5
+ <a href="/menu">Menu</a>
6
+ <a href="/orders">Orders</a>
7
+ </nav>
8
+ </header>