forked from repat/droid-break
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
46 lines (42 loc) · 1.8 KB
/
credits.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>
Credits - droid-break.info
</title>
<link href="http://groundfloor.neocities.org/default.css" media="all" rel="stylesheet" type="text/css" />
<link href="brass-min.css" rel="stylesheet" type="text/css" media="all" />
<!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<!-- local copy of jquery 2.0.3 -->
<script type="text/javascript" src="jquery-2.0.3.min.js"></script>
</head>
<body>
<div class="txt-Center">
<h1>
Credits
</h1>
This project is based on the work on or has to thank these people for other various reasons:
<table>
<tr>
<td><a href="http://kyledrake.net/">Kyle Drake</a> for neocities.org</td>
</tr>
<tr>
<td><a href="http://nylira.com/en/">Peng Zhong</a> and <a href="https://github.com/nylira/prism-break/graphs/contributors">the contributors</a> from prism-break.org</td>
</tr>
<tr>
<td>Oscar for <a href="http://droid-break.info/#newsreader">FeedEx</a></td>
</tr>
</table>
</div>
<!-- Footer -->
<footer>
<p>
<a href="/">Home</a> - <a href="about.html">About</a> - <a href="support.html">Support</a>
</p>
<p>
CC-BY-SA 2013 by <a href="http://repat.de">repat</a> - hosted on <a href="http://neocities.org" title="neocities">neocities.org</a> - built with <a href="http://groundfloor.neocities.org/">Groundfloor</a>, <a href="https://github.com/bleachedgraphics/Brass-Tacks">Brass-Tacks</a> and <a href="http://jquery.com/">jQuery</a> - Last update: 5. August 2013, 11:23
</p>
</footer>
</body>
</html>