-
Notifications
You must be signed in to change notification settings - Fork 2
/
init.html
60 lines (57 loc) · 2.04 KB
/
init.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML>
<!--_ _ ___ __ _ (R)
| | (_)_ _____ / __|___ _ _ / _(_)__ _
| |__| \ V / -_) (__/ _ \ ' \| _| / _` |
|____|_|\_/\___|\___\___/_||_|_| |_\__, |
|___/
Copyright (c) 2009-2018 Keppler IT GmbH.
$Id$
HTML5 design template
-->
<html class="init">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<!-- <meta name="viewport" content="width=960px, initial-scale=0.25"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>[LiveConfig] HTML5 design template</title>
<link rel="shortcut icon" href="default/favicon.ico">
<link rel="stylesheet" type="text/css" href="default/style.css">
<!-- only presented when user-agent contains 'Apple': -->
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-title" content="LiveConfig">
<!-- / -->
<script src="lib/liveconfig.min.js"></script>
<script src="default/style.js"></script>
</head>
<body>
<div class="initbox">
<header><img src="imgs/logo.svg" height="46" alt="LiveConfig®"></header>
<main>
<h1>Herzlich Willkommen!</h1>
<p>Um fortzufahren, geben Sie bitte das Startpasswort ein. Sie finden dieses Passwort auf dem Server in der Datei <tt>/root/LiveConfig.txt</tt>.</p>
<p>Startpasswort:
<input type="password" name="p" size="20" autofocus>
</p>
<div class="buttonFooter">
<button type="button" class="ico ico-question">Hilfe</button>
<button type="button" class="ico ico-ok">weiter</button>
</div>
</main>
<footer>
<div class="step stepDone">
1. Startpasswort
</div>
<div class="step">
2. Lizenzcode
</div>
<div class="step">
3. Zugangsdaten
</div>
<div class="step">
4. Kontaktdaten
</div>
</footer>
</div>
</body>
</html>