summaryrefslogtreecommitdiff
path: root/www/screenshots/index.t
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
commit17c5060d859cc7ccb171a9dd264c93cb52bff71a (patch)
tree38fc7b303a6007eeb49a520136246fad2e46a4b5 /www/screenshots/index.t
parent3f27f7d82cb78e5d95ab0747f6a3124ab8e5a90d (diff)
downloadrockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.tar.gz
rockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.zip
images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/screenshots/index.t')
-rw-r--r--www/screenshots/index.t43
1 files changed, 43 insertions, 0 deletions
diff --git a/www/screenshots/index.t b/www/screenshots/index.t
new file mode 100644
index 0000000000..9ea4dcfdbe
--- /dev/null
+++ b/www/screenshots/index.t
@@ -0,0 +1,43 @@
1#define _PAGE_ Rockbox Screenshots
2#include "head.t"
3
4<p><i>Images displayed here are enlarged</i>
5<p>
6<img height="136" width="240" border="0" src="boot.png"><br>
7Boot screen.
8<p>
9<img height="136" width="240" border="0" src="resume.png"><br>
10Boot-up resume question.
11<p>
12<img height="136" width="240" border="0" src="dirbrowser.png"><br>
13Directory browser.
14<p>
15<img height="136" width="240" border="0" src="mainmenu.png"><br>
16Main menu.
17<p>
18<img height="136" width="240" border="0" src="wps.png"><br>
19While Playing Screen displaying song information
20<p>
21<img height="136" width="240" border="0" src="bounce.png">
22<img height="136" width="240" border="0" src="bounce2.png"><br>
23Two modes of the "Bounce" demo.
24<p>
25<img height="136" width="240" border="0" src="cube.png"><br>
26Rotating cube demo.
27<p>
28<img height="136" width="240" border="0" src="snow.png"><br>
29Snow demo.
30<p>
31<img height="136" width="240" border="0" src="sokoban.png"><br>
32Sokoban game.
33<p>
34<img height="136" width="240" border="0" src="tetris.png"><br>
35Tetris game.
36<p>
37<img height="136" width="240" border="0" src="version.png"><br>
38Movie-style credits display.
39<p>
40<img height="136" width="240" border="0" src="wormlet.png"><br>
41Wormlet game
42
43#include "foot.t"