-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 2.13 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Moeditor — Your all-purpose markdown editor</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:200" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
</head>
<body>
<div id="main">
<div id="logo">
<img src="logo.svg"></img>
<div>MOEDITOR</div>
</div>
<div id="description">Your all-purpose markdown editor.</div>
<div id="download">
<a class="button" style="background-color: #DD4814; " href="https://github.com/Moeditor/Moeditor/releases/download/v0.2.0-beta/moeditor_0.2.0-1_amd64.deb"><div> </div>Ubuntu</a>
<a class="button" style="background-color: #326dad; " href="https://github.com/Moeditor/Moeditor/releases/download/v0.2.0-beta/Moeditor-0.2.0-linux-x64.7z"><div> </div>Other GNU/Linux</a>
<a class="button" style="background-color: #808080; " href="https://github.com/Moeditor/Moeditor/releases/download/v0.2.0-beta/Moeditor-0.2.0-darwin-x64.zip"><div> </div>OS X / macOS</a>
<a class="button" style="background-color: #00adef; " href="https://github.com/Moeditor/Moeditor/releases/download/v0.2.0-beta/Moeditor-0.2.0-win32-x64.zip"><div> </div>Windows</a>
<div id="info">* Free and OPEN SOURCE during beta and FOREVER.<br>Available for Ubuntu 12.04, OS X 10.9, Windows 7 and after.</div>
</div>
<div id="links">
<a href="https://github.com/Moeditor/Moeditor" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://github.com/Moeditor/Moeditor/issues" target="_blank"><i class="fa fa-bug" aria-hidden="true"></i></a>
</div>
</div>
</body>
</html>