aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/views/login/login.html
blob: 47dbd29c20defb1654e3dee54159c4d88b4e480a (plain)
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
<!DOCTYPE html>

<html lang="en" dir="ltr">
	<head>
		<title>HashOver - {hashover:title}</title>

		<link type="text/css" href="../../../themes/default/general.css" rel="stylesheet">
		<link type="text/css" href="../../../themes/default/special.css" rel="stylesheet">
		<link type="text/css" href="login.css" rel="stylesheet">

		<script type="text/javascript" src="login.js"></script>

		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<meta http-equiv="Content-Language" content="EN">

		<link type="image/x-icon" href="../../../images/favicon.png" rel="shortcut icon">
		<link type="image/x-icon" href="../../../images/favicon.png" rel="icon">
		<link href="https://www.gnu.org/licenses/agpl" rel="copyright">
	</head>

	<body>
		<div id="login" class="red animate-all">
			<h1 class="underlined">{hashover:title}</h1>

			<form method="post">
				<div><input type="text" name="name" placeholder="{hashover:name}"></div>
				<div><input type="password" name="password" placeholder="{hashover:password}"></div>
				<div><input type="text" name="email" placeholder="{hashover:email}"></div>
				<div><input type="text" name="website" placeholder="{hashover:website}"></div>

				<p>
					<input type="submit" value="{hashover:login}">
				</p>
			</form>
		</div>
	</body>
</html>