-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3.html
46 lines (44 loc) · 1.96 KB
/
3.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');
body {
margin:0;
background-color:#369;
}
#content{
overflow:auto;
padding:10px;
font-size:15px;
font-family: 'Segoe UI', sans-serif;
text-align:justify;
color:#FFF;
}
</style>
</head>
<body>
<div id="content" style="width: 730px; height: 430px !important;">
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td width="75%"><p></p>
<ul>
<li><a href="https://www.zuneupdate.com/" target="_blank">ZuneUpdate</a></li>
<li><a href="https://hellofromseattle.com/" target="_blank">HelloFromSeattle</a></li>
<li><a href="https://www.reddit.com/r/Zune/comments/c1errh/living_zune_archive_gamesappssoftwareart/?utm_source=share&utm_medium=web2x" target="_blank">Zune Archive Subreddit</a> This Reddit thread also has links to tutorials and help articles
related to Zune, XNA, and OpenZDK</li>
<li><a href="https://youtu.be/BxlRcNNbSlk" target="_blank">Zune Updating Video</a></li>
<li><a href="https://www.zuneboards.com/" target="_blank">Zune Boards</a></li>
<li><a href="https://www.zunes.me/?utm_source=share&utm_medium=web2x" target="_blank">Zunes.me</a></li>
<li><a href="https://www.reddit.com/r/Zune/comments/fq0ebs/zune_upgrades/?utm_source=share&utm_medium=web2x" target="_blank">Zune Upgrade Options</a></li>
<li><a href="http://discord.zunes.me/?utm_source=share&utm_medium=web2x" target="_blank">Discord Zune Community</a></li>
<li><a href="https://github.com/ZuneDev/ZuneModdingHelper/releases/?utm_source=share&utm_medium=web2x" target="_blank">Zune Modding Helper</a></li>
<li><a href="https://wiki.lvl1.org/Zune_Basics" target="_blank">Zune Basics wiki</a></li>
</ul>
</div>
</body>
</html>