mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 01:36:10 +00:00
Use HTTPS
This commit is contained in:
parent
d1522ee372
commit
a78a8eb7d6
15 changed files with 30 additions and 30 deletions
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Borderlands 2 Skill Calculator: Mechromancer</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>
|
||||
<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>
|
||||
<script src="skillManager.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -239,7 +239,7 @@
|
|||
<div class="summary">
|
||||
<h2>List of Skills:</h2>
|
||||
<div class="descriptionContainer"></div>
|
||||
<div class="footer">Art © 2012 <a href="http://www.gearboxsoftware.com/" target="_blank">Gearbox Studios</a>. <a href="https://www.google.com/webfonts" target="_blank">Fonts</a> by Google. Code hosted on Github. <a href="https://github.com/seigler/bl2skills.com">Source Code</a>.</div>
|
||||
<div class="footer">Art © 2012 <a href="https://www.gearboxsoftware.com/" target="_blank">Gearbox Studios</a>. <a href="https://www.google.com/webfonts" target="_blank">Fonts</a> by Google. Code hosted on Github. <a href="https://github.com/seigler/bl2skills.com">Source Code</a>.</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue