-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCredits.html
28 lines (27 loc) · 972 Bytes
/
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
<style>a{
color: #005ab5 !important;
}</style>
<body style='text-align: center;
font-size: 10px;
font-family: "Lucida Grande";'>
<br>
<p style="font-size: 14px; font-weight: bold;">Credits</p>
AsyncSocket - by Dustin Voss<br>
<a href="http://code.google.com/p/cocoaasyncsocket/">googlecode - CocoaAsyncSocket</a><br>
<br>
RegexKitLite - by John Engelhart<br>
<a href="http://regexkit.sourceforge.net/">sourceforge - RegexKit</a><br>
<br>
EMKeychain - by Brian Amerige<br>
<a href="http://extendmac.com/EMKeychain/">extendmac - EMKeychain</a><br>
<br>
BWToolkit - by Brandon Walkin<br>
<a href="http://www.brandonwalkin.com/bwtoolkit/">brandonwalkin - BWToolkit</a><br>
<br>
Some Toolbar Icons - by Mihaiciuc Bogdan<br>
<a href="http://bogo-d.deviantart.com/art/Project-Icons-v1-6-8-155863784">deviantart - bogo-d</a><br>
<br>
AVWindow Tutorial - by Matt Patenaude<br>
<a href="http://13bold.com/tutorials/accessory-view/">13bold - AVWindow Tutorial</a><br>
<br>
</body>