added a home button to character screens and renamed the patch index to patch.html to reduce confusion

This commit is contained in:
empireScum 2017-09-02 00:48:29 -05:00
parent 1a365fed3e
commit 7ad912808e
14 changed files with 158 additions and 158 deletions

42
patch/patch.html Normal file
View file

@ -0,0 +1,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='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
<script src="http://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="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>