diff options
Diffstat (limited to 'example/var')
-rw-r--r-- | example/var/www/html/about.html | 2 | ||||
-rw-r--r-- | example/var/www/html/help.html | 2 | ||||
-rw-r--r-- | example/var/www/html/password_help.html | 2 | ||||
-rw-r--r-- | example/var/www/html/register.html | 2 |
4 files changed, 4 insertions, 4 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> |
diff --git a/example/var/www/html/help.html b/example/var/www/html/help.html index 17022d8..2c99caf 100644 --- a/example/var/www/html/help.html +++ b/example/var/www/html/help.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <title>Help for this grid</title> | 2 | <title>Help for 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> |
diff --git a/example/var/www/html/password_help.html b/example/var/www/html/password_help.html index db6c659..0578396 100644 --- a/example/var/www/html/password_help.html +++ b/example/var/www/html/password_help.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <title>Password help for this grid</title> | 2 | <title>Password help for 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> |
diff --git a/example/var/www/html/register.html b/example/var/www/html/register.html index e37d2b0..26e62a6 100644 --- a/example/var/www/html/register.html +++ b/example/var/www/html/register.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <title>Account for this grid</title> | 2 | <title>Account for 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> |