-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhex.html
More file actions
23 lines (20 loc) · 700 Bytes
/
hex.html
File metadata and controls
23 lines (20 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<!-- stops the Firefox error about encoding -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Hex Skill Tree</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body class="page center">
<div class='center row navbardiv'>
<a href='bullseye.html' class='navbar'>Bullseye</a>
<a href='mirage.html' class='navbar'>Mirage</a>
<a href='hex.html' class='navbar'>Hex</a>
<a href='talent.html' class='navbar'>The Talent</a>
</div>
<script src="script.js"></script>
</body>
</html>