-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcredits.html
36 lines (30 loc) · 1.5 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Credits</title>
<link rel="stylesheet" href="style/credits.css">
</head>
<body>
<h1>Credits</h1>
<small id="versions"></small>
<p>
This app by <a href="https://www.felixrieseberg.com">Felix Rieseberg</a>. The real work was done by the people below:
</p>
<p>Emulator: Basilisk II, a 68k Macintosh emulator, by <a href="http://basilisk.cebix.net">Christian Bauer et al</a>, modified and compiled <a href="https://jamesfriend.com.au/basilisk-ii-classic-mac-emulator-in-the-browser">with Emscripten</a> by <a href="https://jamesfriend.com.au">James Friend</a>.
</p>
<p>Installed software from vintage computing archives: <a href="https://winworldpc.com">WinWorldPC</a>, <a href="https://macintoshgarden.org">Macintosh Garden</a>, and <a href="https://www.macintoshrepository.org/">Macintosh Repository</a>.
</p>
<p>This software is not affiliated with nor authorized by Apple. It is
provided for educational purposes only. This is an unstable toy and
should not be expected to work properly.
</p>
<h1>Licenses</h1>
<p>
The <a href="https://github.com/felixrieseberg/macintosh.js">source code for this app can be found on GitHub</a>.
The <a href="https://github.com/pixelsuft/macintosh.js.html">port code for this app can be found on GitHub</a>.
</p>
<p>Basilisk II and its components are released under the GNU GPL. </p>
</body>
</html>