-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
27 lines (26 loc) · 1.31 KB
/
thanks.html
File metadata and controls
27 lines (26 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>Forged Software - Acknowledgements</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.1.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-2.1.1.min.js">\x3C/script>')</script>
<script src="js/main.js"></script>
</head>
<body>
<div id="header"></div>
<div class="container">
<h2>Acknowledgements</h2>
<p>This site is hand coded and all other content other than that listed below is created by Forged Software.</p>
<p>Background Image: "<a href="http://commons.wikimedia.org/wiki/File:Schmiedefeuer.jpg">Schmiedefeuer</a>"
by <a href="http://commons.wikimedia.org/wiki/User:Metoc">Metoc</a>
licensed under <a href="http://creativecommons.org/licenses/by-sa/2.5/">CC BY-SA 2.5</a></p>
<p>Icons: From <a href="http://iconmonstr.com/">iconmonstr</a> with the following <a href="http://iconmonstr.com/license/">license</a></p>
<p>Libraries: <a href="http://jquery.com/">jQuery</a> licensed under <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a></p>
</div>
<div id="footer">
<div>Copyright © 2014 Forged Software</div>
<div><a href="thanks.html">Acknowledgements</a></div>
</div>
</body>
</html>