diff options
author | onefang | 2021-09-09 16:43:33 +1000 |
---|---|---|
committer | onefang | 2021-09-09 16:43:33 +1000 |
commit | 6ec221bd5c6ef170dc944cad9c3a9c3ae845878c (patch) | |
tree | 85eb91ba61aa1117d117d62f57415ade87c3538b /example/var/www/html/about.html | |
parent | TODO-- (diff) | |
download | opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.zip opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.gz opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.bz2 opensim-SC-6ec221bd5c6ef170dc944cad9c3a9c3ae845878c.tar.xz |
Get the other viewer web pages to work via FCGI.
Diffstat (limited to 'example/var/www/html/about.html')
-rw-r--r-- | example/var/www/html/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/var/www/html/about.html b/example/var/www/html/about.html index 7294c21..20fa373 100644 --- a/example/var/www/html/about.html +++ b/example/var/www/html/about.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <title>About this grid</title> | 2 | <title>About this grid</title> |
3 | <head> | 3 | <head> |
4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
5 | <link rel="shortcut icon" href="SledjHamrIconSmall.png"> | 5 | <link rel="shortcut icon" href="/SledjHamrIconSmall.png"> |
6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> | 6 | <link type='text/css' rel='stylesheet' href='SledjChisl.css' media='all' /> |
7 | <meta http-equiv="refresh" content="120"> | 7 | <meta http-equiv="refresh" content="120"> |
8 | </head> | 8 | </head> |