-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 2.29 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 2.29 KB
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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Notpod - Portable entertainment manager</title>
<link rel="stylesheet" type="text/css" href="notpod.css" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.4.0/build/cssgrids/grids-min.css">
</head>
<body>
<div class="yui3-u">
<div class="logo"><img src="notpod.png" /></div>
<div class="menubuttons">
<div class="buttoncontainer">
<a href="download.html"><img src="download.png" /></a>
<a href="support.html"><img src="gethelp.png" /></a>
</div>
</div>
<div class="clear" />
<div class="ita-notice">
<b>Would you like to contribute to Notpod? We're currently seeking developers! <a href="contribute.html">Read more</a></b>
</div>
<div class="ita-notice">
Wondering why you ended up here when looking for iTunes Agent? <a href="whatsnotpod.html">Read more</a>
</div>
<div class="carousel">
<img src="splash.png" />
</div>
<div class="description home-links">
<a href="download.html">try it</a> | <a href="userguide.html">learn it</a>
</div>
<div class="social">
<a href="https://www.facebook.com/pages/Notpod/150529768361354"><img src="facebook.png"/></a> <a href="https://www.twitter.com/notpodapp"><img src="twitter.png"/></a>
</div>
<div class="footer">
<a href="index.html">Home</a> ·
<a href="download.html">Download</a> ·
<a href="support.html">Support</a> ·
<a href="userguide.html">User guide</a> ·
<a href="about.html">About</a> ·
</div>
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25117649-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>