aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/www/loginpage.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/www/loginpage.html (renamed from example/web/loginpage.html)15
1 files changed, 13 insertions, 2 deletions
diff --git a/example/web/loginpage.html b/example/www/loginpage.html
index 5ca5a52..bd6d8c6 100644
--- a/example/web/loginpage.html
+++ b/example/www/loginpage.html
@@ -1,7 +1,8 @@
1<html> 1<html>
2<title><!--#echo var="grid" --> splash page</title> 2<title><!--#echo var="grid" --> splash page</title>
3<head> 3<head>
4<link rel="shortcut icon" href="SledjHamrIconSmall.png"> 4<meta charset="UTF-8">
5<link rel="shortcut icon" href="/SledjHamrIconSmall.png">
5<meta http-equiv="refresh" content="120"> 6<meta http-equiv="refresh" content="120">
6<style> 7<style>
7html, body 8html, body
@@ -63,11 +64,21 @@ a:active {color: blue;}
63 width: 30%; 64 width: 30%;
64} 65}
65</style> 66</style>
67<link type="text/css" rel="stylesheet" href="/debugStyle.css" media="all" />
66</head> 68</head>
67<body> 69<body>
68<div class="container"> 70<div class="container">
69 <img src="SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;"> 71 <img src="/SledjHamr.png" alt="SledjHamr" style="width:100%;height:100%;">
70 <div class="top-left"> 72 <div class="top-left">
73 <p class="hoverItem">
74 <div class="hoverWrapper0">
75 <p>DEBUG</p>
76 <div id="hoverShow0">
77 <h1>DEBUG log</h1>
78 <!--#echo var="DEBUG" -->
79 </div>
80 </div>
81 </p>
71 <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1> 82 <h1>Add your fancy splash page for <!--#echo var="grid" --> here.</h1>
72 <p>&nbsp;</p> 83 <p>&nbsp;</p>
73 <p>&nbsp;</p> 84 <p>&nbsp;</p>