-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreleases.html
More file actions
71 lines (65 loc) · 3.78 KB
/
releases.html
File metadata and controls
71 lines (65 loc) · 3.78 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
70
71
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111207648-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111207648-1');
</script>
<meta charset="UTF-8">
<title>OSM - Releases</title>
<link rel='icon' href='favicon.ico' type='image/x-icon'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name"><img src="images/logo.png" alt="OSM_Logo" style="width:70%;"></h1>
<h2 class="project-tagline">The Open-Source Smash 4 Mod for 3DS and Wii U!</h2>
<a href="/" class="btn">Home</a>
<a href="/releases" class="btn">Releases</a>
<a href="/changeloghub" class="btn">Changelog</a>
<a href="/devblog" class="btn">Devblog</a>
<a href="/contact" class="btn">Contact Us</a>
<a href="/contribute" class="btn">Contribute on Github!</a>
</section>
<section class="main-content">
<h1><a id="releases" class="anchor" href="#releases" aria-hidden="true">Releases of OSM</a></h1>
<p>Currently, OSM does not have a release. You can check out progress over on our <a href="/contribute">GitHub Repository</a> or on our <a href="/contact">Discord Server!</a></p>
<!--<table id="releasestable">
<tr style="padding-right: 5px; padding-left: 5px">
<th>Version</th>
<th>Release Date</th>
<th colspan="2">Download</th>
</tr>
<tr bgcolor="#c9dce2">
<td><u><b>OSM v0.1</b></u></td>
<td>06/12/2017</td>
<td><a href="https://github.com/user/repo/releases/download/tag/3DS_release.zip">3DS</a></td>
<td>Wii U - <a href="https://github.com/user/repo/releases/download/tag/WiiU_US_release.zip">US</a> <a href="https://github.com/user/repo/releases/download/tag/WiiU_EU_release.zip">EU</a></td>
</tr>
<!--<tr>
<td>Older Release Example</td>
<td>29/3/2017</td>
<td><a href="https://github.com/user/repo/releases/download/tag/3DS_release.zip">3DS</a></td>
<td>Wii U - <a href="https://github.com/user/repo/releases/download/tag/WiiU_US_release.zip">US</a> <a href="https://github.com/user/repo/releases/download/tag/WiiU_EU_release.zip">EU</a></td>
</tr>
</table>-->
<h1><a id="Instructions" class="anchor" href="#Instructions" aria-hidden="true">Installation Instructions</a></h1>
<p>If you need help installing the latest version of OSM, here are <a href="instructions#3DS">3DS Instructions</a> and <a href="instructions#WiiU">Wii U Instructions</a>.
<h1><a id="Changelog" class="anchor" href="#Changelog" aria-hidden="true">Changelog</a></h1>
<p>Here is the <a href="changeloghub">Complete Changelog for Wii U and 3DS</a></p>
<footer class="site-footer">
<span class="site-footer-copyright">OSM is a non-profit, open-source mod of Super Smash Bros. for Wii U and 3DS.<br>
The OSM Development Team (OSMDT) does not support any form of piracy; The official versions of OSM require all users to own a copy of the game for either system. Additionally, no paid DLC will be unlocked by using this mod.
</span>
</footer>
</section>
</body>
</html>