-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
21 lines (20 loc) · 758 Bytes
/
header.html
File metadata and controls
21 lines (20 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<meta charset=utf-8>
<link rel=stylesheet href=https://cdn.simplecss.org/simple.css>
<link rel=stylesheet href="./custom.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/comp-favicon.png"/>
<header>
<h1>NetDriver Calculators and Data</h1>
<p>Compiled and coded by Carrow8993</p>
<nav>
<a href="./index.html">Home & Links</a>
<a href="./care.html">Care</a>
<a href="./wr.html">Win Rate</a>
<a href="./shop.html">Shop Schedule</a>
<a href="./statcalcs.html">Base Stats</a>
<a href="./trainingcalc.html">Training</a>
<a href="./planner.html">Planner</a>
<a href="./boxdrops.html">Box Drops</a>
<a href="./tipmessages.html">Tip Messages</a>
</nav>
</header>