summaryrefslogtreecommitdiff
path: root/frontend/head.php
blob: 8664773f6c1b9496a54c0c77a59446c813b17485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
	<title>CLPM</title>

	<style type="text/css">
		td, th {
			padding-right: 1em;
			text-align: left;
		}

		.error {
			color: #b00;
			font-weight: bold;
		}
	</style>
</head>
<body>
	<h1>CLPM</h1>
	<hr/>