aboutsummaryrefslogtreecommitdiff
path: root/dists/networking/wwwroot/.index.html
blob: 2a3d9d382d3118ee06597cf95853ba7c55e46e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
	<head>
		<title>ScummVM</title>
		<meta charset="utf-8"/>
		<link rel="stylesheet" type="text/css" href="style.css"/>
	</head>
	<body>
		<div class="container">
			<div class='header'>
				<center><img src="logo.png"/></center>
			</div>
			<div class="content">
				<p>{message}</p>
			</div>
		</div>
	</body>
</html>