forked from salvarepository/jspaint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
34 lines (34 loc) · 1.09 KB
/
default.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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to Help</title>
<link href="nobgcolor.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="background-animation"></div>
<hr id="os-logo-colorbar">
<div id="foreground-contents">
<a href="https://98.js.org/" target="_blank" id="os-logo-link">
<img src="../images/98.js.org.svg" alt="98.js.org" id="os-logo" height="100">
</a>
<br>
<p><font size="2"><b>Welcome to Help</b></font></p>
<p>Use the Help system to learn more about <a href="https://98.js.org/" target="_blank">98.js.org</a> and JS Paint.</p>
<ul>
<li>Find answers to your questions.</li>
<li><strike>Browse the online version of the <i>Getting Started</i> book.</strike></li>
<li><strike>Connect to the Web to get software updates.</strike></li>
<li><strike>Troubleshoot your system.</strike></li>
</ul>
<br>
<br>
<br>
<br>
<br>
<br>
<p><a href="memcopy.html">Original documentation © 1998 Microsoft Corporation, all rights reserved.</a></p>
</div>
<script src="vaporwave.js"></script>
</body>
</html>