mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-26 01:06:11 +00:00
42 lines
1.1 KiB
HTML
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>
|