-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
22 lines (21 loc) · 967 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<body class="site" data-theme="old">
<header class="site-header">
<div class="inner-column">
<div class="theme-switching">
<button data-change-theme="old">default</button>
<button data-change-theme="old-reddit">old reddit</button>
<button data-change-theme="new-reddit">new reddit</button>
<button data-change-theme="smashing-magazine">smashing magazine</button>
</div>
<div class="masthead">
<h1 class="loud-voice">P<span class="small">(E)</span>HP Guestbook</h1>
<nav class="site-menu">
<a href="?page=home" class="site-link">Home</a>
<a href="?page=about" class="site-link">About</a>
<a href="https://perpetual.education/" target="_blank" rel="nofollow noopener noreferrer">Perpetual Education</a>
<!-- <a href="?page=comments">All comments</a>
<a href="?page=add-comment">Add comment</a> -->
</nav>
</div>
</div>
</header>