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

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>