-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 1.83 KB
/
index.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
47
48
49
<!DOCTYPE HTML>
<html lang="en" dir="ltr">
<head>
<!-- Main informations -->
<meta charset="UTF-8">
<title>Sonora</title>
<!-- About site -->
<meta name="description" content="About time for an update, isn't it?" />
<meta name="keywords" content="sonora, mac, audio, player, beta, indragie, tyler, sonora2, music, albums, osx" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- About author and rights -->
<meta name="author" content="© 2012, Indragie Karunaratne and Tyler Murphy." />
<!-- Robots -->
<meta name="robots" content="index, follow" />
<!-- CSS Assets -->
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="splash">
<img class="icon" src="[email protected]">
<h1>About time for an update, isn’t it?</h1>
<a href="https://github.com/downloads/sonoramac/Sonora/Sonora.zip"><div class="button" href="downloadlink"><img class="arrow" src="[email protected]">Sonora 2 Beta</div>
</div></a>
<div class="footer">Please send us feedback through <a href="mailto:[email protected]">email</a> or <a href="http://twitter.com/SonoraApp">Twitter</a>.<br />
Brought to you by <a href="http://twitter.com/indragie">Indragie Karunaratne</a> and <a href="http://twitter.com/tylrmurphy">Tyler Murphy</a>.</div>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '5043c48e613f5d2ffe00001c');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>