-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
69 lines (59 loc) · 3.53 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An accurate, portable emulator of legacy computer systems" />
<meta name="keywords" content="openemulator, emulator, computer emulator, apple emulator, retro" />
<link rel="icon" href="favicon.ico">
<title>OpenEmulator :: An accurate, portable emulator of legacy computer systems</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="/res/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<div class="masthead-brand">
<img class="masthead-brand-logo" src="/res/img/logo-48x48.png" />
<h3 class="masthead-brand-banner">OpenEmulator</h3>
</div>
<nav>
<ul class="nav masthead-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="https://github.com/openemulator">Github</a></li>
<li><a href="https://groups.google.com/forum/#!forum/openemulator">Discussion</a></li>
</ul>
</nav>
</div>
</div>
<div class="inner cover">
<h2 class="cover-heading">OpenEmulator, a cross-platform emulator of many legacy computer systems.</h2>
<p class="lead text-justify">OpenEmulator aims to be an accurate, portable emulator of legacy computer systems. By using a software components framework, it is easy to expand a software emulation with additional software devices, just as a real system could be expanded with real devices.</p>
<p class="lead">
<a href="https://archive.org/details/OpenEmulatorSnapshots" class="btn btn-lg btn-download"><span class="glyphicon glyphicon-download"></span>Download Now</a><span class="req-download">For macOS 10.9+ (Thanks to 4am!)</span>
</p>
</div>
<div class="inner cover">
<p class="text-justify">Currently, we emulate the Apple-1 (with Replica-1 and A-ONE variants) and Apple ][ (original, II+, II Europlus and II J-Plus). We'd love help emulating additional systems, as well as porting the application to Windows-based operating systems.</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>OpenEmulator © 2009-2012 by Marc S. Ressl, 2013-2019 by the <a href="https://github.com/openemulator">OpenEmulator Project</a></p>
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>