-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
executable file
·25 lines (25 loc) · 925 Bytes
/
menu.html
File metadata and controls
executable file
·25 lines (25 loc) · 925 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
<html>
<head><title>Virtual GS</title></head>
<body text="white" link="white" vlink="white" bgcolor="black">
<b>GScript</b><br><br>
<small>
<a href="balls.html" target="demo">Balls</a><br><br>
<a href="demo.html" target="demo">Demo</a><br><br>
<a href="stars.html" target="demo">Stars</a><br><br>
<a href="gspics.html" target="demo">GS Pictures</a><br><br>
<a href="kidspaint.html" target="demo">Kids Paint</a><br><br>
<br><br>
<a href="#" onClick="window.open('/gsbasic/','GScript BASIC','width=1000,height=540')">GScript BASIC</a>
<br><br>
<a href="home.html" target="demo">Home</a>
</small>
<br><br>
<br><br>
<b>Ding Wen</b><br><br>
<small>
<a href="/gsbasic/run.html?file=gs" target="demo">Apple IIGS</a><br><br>
<a href="car.html" target="demo">Car</a><br><br>
<a href="snow.html" target="demo">Snow</a><br><br>
</small>
</body>
</html>