-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevblog.html
More file actions
50 lines (45 loc) · 2.78 KB
/
devblog.html
File metadata and controls
50 lines (45 loc) · 2.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
<!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 - Devblog</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="devblogs" class="anchor" href="#devblogs" aria-hidden="true">OSM Devblog</a></h1>
<h2><a id="devblog1" class="anchor" href="#devblog1" aria-hidden="true">Devblog 1 - The Grand Unveiling! - 13/12/17</a></h2>
<p>This is it, OSM! The Open-Source Smash 4 Mod. It may not suprise many of you, but this mod was born from USM-eM. When development really began slowing to a crawl, we decided something needed to be done, and open-sourcing was our solution.<br>
While this mod has started out only containing a fraction of the content in USM-eM, it will likely surpass USM-eM in terms of content as it's an open-source project! Anybody can contribute, so head on over to <a href="http://github.com/OpenSmashMod/OSM/">our github page</a> to help us out!<br>
- Yudowat</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>