-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (53 loc) · 2.58 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
<html>
<head>
<title>dyna</title>
<script type='text/javascript' src='index.js'></script>
</head>
<body>
<a href="" onclick="return StarWarsScroll();">
<div style="line-height: 265%; width: 280px;border: 1px solid black;">
<img src="assets/images/Install.png" width="42" height="42" align="left"><code> - - - StarWarsScroll</code>
</div>
</a>
<a href="" onclick="return MarineAquarium();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Install.png" width="42" height="42" align="left"><code> - - - MarineAquarium</code>
</div>
</a>
<a href="" onclick="return FractalClock();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Stop.png" width="42" height="42" align="left"><code> - - - FractalClock</code>
</div>
</a>
<a href="" onclick="return WebViewScreenSaver();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Start.png" width="42" height="42" align="left"><code> - - - WebViewScreenSaver</code>
</div>
</a>
<a href="" onclick="return MatrixScreenSaver();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Start.png" width="42" height="42" align="left"><code> - - - MatrixScreenSaver</code>
</div>
</a>
<a href="" onclick="return KPSaver();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Stop.png" width="42" height="42" align="left"><code> - - - KPSaver</code>
</div>
</a>
<a href="" onclick="return BlueScreenSaver();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Stop.png" width="42" height="42" align="left"><code> - - - BlueScreenSaver</code>
</div>
</a>
<a href="" onclick="return Aerial();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Start.png" width="42" height="42" align="left"><code> - - - Aerial</code>
</div>
</a>
<a href="" onclick="return Uninstall();">
<div style="line-height: 265%; width: 280px;border: 1px solid black; border-top: none;">
<img src="assets/images/Uninstall.png" width="42" height="42" align="left"><code> - - - Uninstall</code>
</div>
</a>
</body>
</html>