author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (side-by-side diff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /docs/index.html | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | docs/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f70f7e1 --- a/dev/null +++ b/docs/index.html @@ -0,0 +1,17 @@ +<html><head><title>Welcome to Qtopia</title></head> +<body> + +<p align=center><img src=qtlogo.png height=100> +<h3 align=center>Qtopia</h3> +<p align=center><small>Made with <a href=qt-embedded.html>Qt/Embedded</a> from Trolltech</small></center> + +<p align=center> +<table width=100% border=0 cellspacing=2><tr> +<td align=center><a href="pointing.html">Pointing</a></td> +<td align=center><a href="writing.html">Writing</a></td> +</tr><tr> +<td align=center><a href="developing.html">Developing</a></td> +<td align=center><a href="copying.html">Copying</a></td> +</tr></table> + +</body></html> |