-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserguide.html
More file actions
69 lines (63 loc) · 2.42 KB
/
userguide.html
File metadata and controls
69 lines (63 loc) · 2.42 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
60
61
62
63
64
65
66
67
68
69
<!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"><a href="index.html"><img src="notpod.png" /></a></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="header">
User guide
</div>
<div class="description">
<p>
This guide is here to help you install Notpod and configure your portable
media player to synchronize with iTunes. We have created a couple of neat
screencasts to make it easy for you. Should you have need for additional
assistance, please see the <a href="support.html">support page</a> for
options. Enjoy!
</p>
</div>
<div class="screencast">
<div class="screencast-title">Installing Notpod</div>
<p>
<a href="screencast/notpod-install.html" target="_blank">Click here to watch the screencast</a>
</p>
</div>
<div class="screencast">
<div class="screencast-title">Configuring your device</div>
<p>
<a href="screencast/notpod-configure.html" target="_blank">Click here to watch the screencast</a>
</p>
</div>
<div clear="clear" />
<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>