bl2skills.com/vanilla.html
Joshua Seigler a78a8eb7d6 Use HTTPS
2019-06-09 09:09:41 -04:00

42 lines
1.1 KiB
HTML

<!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>