-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdownload.html
67 lines (56 loc) · 2.75 KB
/
download.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>downloads | higan</title>
<meta property="og:title" content="downloads | higan" />
<meta property="og:image" content="https://higan-emu.com/logo.png"/>
<meta name="author" content="higan-emu development team" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="higan is a multi-system emulator that began development on October 14th, 2004. The purpose of higan is to serve as hardware documentation in source code form: it is meant to be as accurate and complete as possible, with code that is easy to read and understand." />
<meta property="og:description" content="higan is a multi-system emulator that began development on October 14th, 2004. The purpose of higan is to serve as hardware documentation in source code form: it is meant to be as accurate and complete as possible, with code that is easy to read and understand." />
<link rel="canonical" href="https://higan-emu.com/" />
<meta property="og:url" content="https://higan-emu.com/" />
<meta property="og:site_name" content="higan" />
<meta property="og:type" content="website" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
<link rel="stylesheet" type="text/css" href="/style.css" />
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
</head>
<body>
<div id="bar"></div>
<div class="wrapper-container">
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<img src="/logo.png" class="logo" />
<nav>
<a href="/">Home</a>
<a href="/download.html">Download</a>
<a href="/docs/">Docs</a>
<a href="/contribute.html">Contribute</a>
</nav>
</header>
</div>
</div>
<div class="wrapper-main">
<div id="main" role="main" class="container">
<article class="post">
<div class="entry">
<p>This page will be updated in the future. For now, you can download the latest release <a href="https://byuu.org/higan#download">here</a>.</p>
</div>
</article>
</div>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="https://github.com/higan-emu"><i class="icon-github"></i> higan-emu</a>
</footer>
</div>
</div>
</div>
</body>
</html>