mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-26 01:06:11 +00:00
24 lines
697 B
HTML
24 lines
697 B
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</h1>
|
|
<a class="biglink" href="vanilla.html">
|
|
<h2>Vanilla</h2>
|
|
</a>
|
|
<a class="biglink" href="patch/patch.html">
|
|
<h2>UCP</h2>
|
|
</a>
|
|
</div>
|
|
<!--#include virtual="./footer.txt"-->
|
|
</div>
|
|
</body>
|
|
</html>
|