-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcredits.html
More file actions
37 lines (35 loc) · 785 Bytes
/
credits.html
File metadata and controls
37 lines (35 loc) · 785 Bytes
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
<html>
<head>
<style>
body {
font-size: 16px;
font-family: Helvetica;
background-color: #262730;
}
h1 {
font-size:20px;
font-weight: bold;
color: #d4e3ed;
}
h2 {
font-size:16px;
font-weight: bold;
color: #d4e3ed;
}
p {
color: #d4e3ed;
}
a {
text-decoration: none;
color: #529ccc;
}
</style>
</head>
<body>
<h1>Third Party Software</h1>
<p>GenericTableViews uses the following software developed by third parties and released as open source:</p>
<h2>The Iconfactory</h2>
<p>Includes code by <a href="http://iconfactory.com/iphone">The Iconfactory</a>. Copyright © 2009, The Iconfactory. All rights reserved.</p>
<h1>EMPOWERED BY A CHOCK LOCK SO ITS AWESOME OK</h1>
</body>
</html>