-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (44 loc) · 1.58 KB
/
index.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
61
62
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Text Dungeon</title>
<meta name="description" content="Lock your text away in our deepest darkest encrypted dungeons.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="htmlresources/img/icon29.png">
<link rel="shortcut icon" href="htmlresources/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="htmlresources/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="htmlresources/css/normalize.css">
<link rel="stylesheet" href="htmlresources/css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your security.</p>
<![endif]-->
<div id="colL">
</div>
<img id="logo" src="htmlresources/img/logo.png">
<!-- <section> -->
<div id="login">
<form method="post" action="ControllerServlet">
<p>
<input id="path" type="text" name="path" placeholder="Name" />
</p>
<p>
<input id="pass" type="password" name="pass" placeholder="Password" />
</p>
<p>
<button id="submitfront" class='log' value="" type="submit">Enter</button>
</p>
</form>
</div>
<!-- </section> -->
<p>
<a id="about" href="about.html">about</a>
</p>
<div id="colR">
</div>
</body>
</html>