-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathheader.tpl
More file actions
13 lines (13 loc) · 713 Bytes
/
header.tpl
File metadata and controls
13 lines (13 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<h3 class="w3-block w3-grey w3-center">Basic Todo List, version 1.1</h3>
<<<<<<< HEAD
<div class="w3-bar w3-black">
<a href="/logout"><button class="w3-button w3-block w3-teal">Logout...</button></a>
<a href="/login"><button class="w3-button w3-block w3-teal">Login...</button></a>
<a href="/new_item"><button class="w3-button w3-block w3-teal">New item...</button></a>
=======
<div class="w3-bar w3-teal">
<a href="/login"><button class="w3-bar-item w3-button">Login</button></a>
<a href="/logout"><button class="w3-bar-item w3-button">Logout</button></a>
<a href="/new_item"><button class="w3-bar-item w3-button">New item...</button></a>
>>>>>>> b2693012a90410afe5705293c2236191d9d3b702
</div>