diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:16:04 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2012-05-18 10:18:23 +0200 |
| commit | f83cc90e1ac9f252dcc36d833505ab5e00ae8e74 (patch) | |
| tree | 799475b6a878895d597496092c62befcb3dc8234 /user/index.htc | |
| parent | efe1dd9bf92efbf6ab74f7323c39348b5efae4ce (diff) | |
Adding the old test user
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'user/index.htc')
| -rwxr-xr-x | user/index.htc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/user/index.htc b/user/index.htc new file mode 100755 index 0000000..6f72e7d --- /dev/null +++ b/user/index.htc | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | \clearance{} | ||
| 2 | \cache{\days{14}} | ||
| 3 | \alias{Home} | ||
| 4 | \page{ | ||
| 5 | \table{width=99%}{ | ||
| 6 | \td{valign=top}{ | ||
| 7 | \h1{HTC} | ||
| 8 | \h3{by Henrik Rydberg} | ||
| 9 | } | ||
| 10 | } | ||
| 11 | <p> | ||
| 12 | \lang{ | ||
| 13 | This is a HTC test system. | ||
| 14 | }{ | ||
| 15 | Detta är ett HTC testsystem. | ||
| 16 | } | ||
| 17 | |||
| 18 | \table{bgcolor=#dddddd cellspacing=4 cellpadding=4}{ | ||
| 19 | \tr{ | ||
| 20 | \th{colspan=4}{LINKS} | ||
| 21 | } | ||
| 22 | \tr{ | ||
| 23 | \th{\href{\pwd/Test}{Test directory}} | ||
| 24 | \th{Computer Go} | ||
| 25 | \th{Business} | ||
| 26 | \th{Pleasure} | ||
| 27 | } | ||
| 28 | \tr{ | ||
| 29 | \td{\href{http://www.usgo.org/computer/index}{AGA Computer Go}} | ||
| 30 | \td{\href{\pwd/Games/}{Games}} | ||
| 31 | } | ||
| 32 | } | ||
| 33 | } | ||
