-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathvanilla.html
42 lines (42 loc) · 1.06 KB
/
vanilla.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Borderlands 2 Skill Calculator</title>
<link href='main.css' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
</head>
<body class="choicePage">
<div class="wrapper">
<div class="header">
<h1>Borderlands<em>2</em> skill calculator <div class="stamp">(Vanilla)</div></h1>
<a class="biglink" href="gunzerker.html">
<h2>Salvador</h2>
<h3>Gunzerker</h3>
</a>
<a class="biglink" href="commando.html">
<h2>Axton</h2>
<h3>Commando</h3>
</a>
<a class="biglink" href="assassin.html">
<h2>Zer0</h2>
<h3>Assassin</h3>
</a>
<a class="biglink" href="siren.html">
<h2>Maya</h2>
<h3>Siren</h3>
</a>
<a class="biglink" href="mechromancer.html">
<h2>Gaige</h2>
<h3>Mechromancer</h3>
</a>
<a class="biglink" href="psycho.html">
<h2>Krieg</h2>
<h3>Psycho</h3>
</a>
</div>
<!--#include virtual="./footer.txt"-->
</div>
</body>
</html>