-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 738 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 738 Bytes
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
<!DOCTYPE html>
<html manifest="/jslinuxstorage/cache.manifest">
<head>
<title>Javascript PC Emulator - Persistent Storage</title>
</head>
<body>
<div>
Emulator:
© 2011 Fabrice Bellard
</div>
<div>
Storage modifications:
© 2011 Kevin van der Vlist
</div>
<div>
<p>
This application uses a cache manifest, so it can be used offline.
</p>
</div>
<div>
<a href="emulator.html">JS/Linux with persistent storage.</a>
</div>
<div>
<a href="emulator_original_disk.html">JS/Linux with persistent storage and Fabrice Bellard's original filesystem.</a>
</div>
<div>
<a href="https://github.com/kevinvandervlist/jslinuxstorage">JS/Linux modifications on github.</a>
</div>
</body>
</html>