-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathscreenshots_zaurus.html
More file actions
127 lines (124 loc) · 3.79 KB
/
screenshots_zaurus.html
File metadata and controls
127 lines (124 loc) · 3.79 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Exult: Screenshots
</title>
<meta charset="utf-8" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.png" type="image/png" sizes="96x96" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="centered">
<table class="borderless site-width">
<tr>
<td class="centered">
<table class="borderless full-width">
<tr>
<td class="centered">
<div class="exult_logo">
</div>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="centered">
<b>
<a href="index.html">Home</a>
|
<a href="download.html">Download</a>
|
<a href="docs.html">Documentation</a>
|
<a href="faq.html">FAQ</a>
|
<a href="studio.html">Studio</a>
|
<a href="screenshots.html">Screen Shots</a>
</b>
</td>
</tr>
<tr>
<td class="centered">
<b>
<a href="dev.html">Development</a>
|
<a href="https://github.com/exult/exult/discussions">Discussion</a>
|
<a href="about.html">About Us</a>
|
<a href="letters.html">Letters</a>
|
<a href="history.html">History</a>
|
<a href="links.html">Links</a>
</b>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<p>This page is only kept for archival purposes, the content is severly out of date.
The Zaurus and our support for it have long been extinct.
</p>
<h1>
Screenshots
</h1>
<div class="centered">
<i>
(graphics remain the property of Origin Systems, Inc.)
</i>
<br />
<img src="images/screenshots/zaurus/z_front.jpg" class="screenshot_zaurus" alt="Zaurus" />
<img src="images/screenshots/zaurus/z_opened.jpg" class="screenshot_zaurus" alt="Zaurus" />
<img src="images/screenshots/zaurus/z_exult_icon.jpg" class="screenshot_zaurus" alt="Exult Icon" />
<img src="images/screenshots/zaurus/z2_exultmenu.jpg" class="screenshot_zaurus" alt="Exult Menu" />
<img src="images/screenshots/zaurus/z2_simenu.jpg" class="screenshot_zaurus" alt="Serpent Isle" />
<img src="images/screenshots/zaurus/z2_create_character.jpg" class="screenshot_zaurus" alt="Character Creation" />
<img src="images/screenshots/zaurus/z2_BlueScreenOfJoy.jpg" class="screenshot_zaurus" alt="Blue Screen of Joy" />
<img src="images/screenshots/zaurus/z2_beginning.jpg" class="screenshot_zaurus" alt="The Beginning" />
<img src="images/screenshots/zaurus/z2_conv.jpg" class="screenshot_zaurus" alt="Conversation" />
<img src="images/screenshots/zaurus/z2_walking.jpg" class="screenshot_zaurus" alt="Walking" />
<img src="images/screenshots/zaurus/z2_inventory.jpg" class="screenshot_zaurus" alt="Inventory" />
<img src="images/screenshots/zaurus/z2_save_dialogue.jpg" class="screenshot_zaurus" alt="Savegame Menu" />
<img src="images/screenshots/zaurus/artaxerxes.jpg" class="screenshot_zaurus" alt="Artaxerxes" />
<br />
</div>
</td>
</tr>
<tr>
<td>
<table class="borderless full-width">
<tr>
<td class="centered"><br /></td>
</tr>
<tr>
<td class="centered">
<address>
<small>
Problems with Exult or this webpage?
<a href="https://github.com/exult/exult/discussions">Contact
us.</a>
</small>
</address>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</div>
</body>
</html>