home_unauthenticated.html

 1<!DOCTYPE html>
 2<html lang="en-GB">
 3	<head>
 4		<title>umu</title>
 5		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 6		<meta name="title" content="umu">
 7		<meta name="description" content="umu">
 8		<style>
 9html {
10	background: #1C1C1C;
11	color: #dcdcdc;
12	font-family: sans-serif;
13	font-size: 50px;
14	position: absolute;
15	top: 50%;
16	left: 50%;
17	-moz-transform: translateX(-50%) translateY(-50%);
18	-webkit-transform: translateX(-50%) translateY(-50%);
19	transform: translateX(-50%) translateY(-50%);
20}
21		</style>
22	</head>
23	<body>
24		<p>umu</p>
25	</body>
26</html>