forked from GoogleChrome/chrome-extensions-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
39 lines (33 loc) · 770 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
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title>Talking Alarm Clock</title>
<style>
body {
font-family: arial, helvetica, sans-serif;
font-size: 13;
}
</style>
</head>
<body>
<img src="clock-128.png" style="float: left; margin: 0 20px 200px 0;">
<p>
<b>Talking Alarm Clock for Google Chrome</b>
</p>
<p>
by Dominic Mazzoni
</p>
<p>
Talking Alarm Clock uses the following sound files from Freesound
(<a href="http://www.freesound.org">http://www.freesound.org</a>):
</p>
<ul style="margin-left: 150px;">
<li>alarmclockbeeps from tedthetrumpet
<li>alarm_clock_ringing from joedeshon
<li>CuckooClock6DP from acclivity
<li>ClockStrikes12 from acclivity
<li>Maxines from TexasMusicForge
<li>fat_beat_1 from -zin-
<li>20070812.rooster from dobroide
</ul>
</body>
</html>