diff options
Diffstat (limited to 'example/var/www/html/about.html')
-rw-r--r-- | example/var/www/html/about.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/var/www/html/about.html b/example/var/www/html/about.html new file mode 100644 index 0000000..7294c21 --- /dev/null +++ b/example/var/www/html/about.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <html> | ||
2 | <title>About this grid</title> | ||
3 | <head> | ||
4 | <meta charset="UTF-8"> | ||
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | ||
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | ||
7 | <meta http-equiv="refresh" content="120"> | ||
8 | </head> | ||
9 | <body bgcolor='black' text='white' link='aqua' vlink='fuchsia' alink='red'> | ||
10 | <p>This is a virtual world, usually called a grid, based on <a href="https://sledjhamr.org/cgit/opensim-SC/?h=SledjChisl">opensim-SC</a>.</p> | ||
11 | <p> </p> | ||
12 | </body> | ||
13 | </html> | ||