summaryrefslogtreecommitdiffhomepage
path: root/debian/example/index.html
blob: 758e8b81d03aeecd24eac71384522c856d94eec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8"/>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="keywords" content="Reichwein, webserver">
		<title>Webserver</title>
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
		<link rel="stylesheet" type="text/css" href="reichwein.css"/>
	</head>
	<body>
		<div class="page">
			<h1><img class="banner" src="banner256.png" alt="Reichwein.IT"/> Webserver</h1>

			<div>
			It works!
			</div>

		</div>
	</body>
</html>