Skip to content

Commit c7858da

Browse files
authored
Update head.html
1 parent bdb7cfc commit c7858da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

head.html

+8
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22
<script src="/scripts/aem.js" type="module"></script>
33
<script src="/scripts/scripts.js" type="module"></script>
44
<link rel="stylesheet" href="/styles/styles.css"/>
5+
6+
<div class="header">
7+
<a href="#default" class="logo">Indian History</a>
8+
<div class="header-right">
9+
<a class="active" href="#home">Home</a>
10+
<a href="#about">About</a>
11+
</div>
12+
</div>

0 commit comments

Comments
 (0)