summaryrefslogtreecommitdiff
path: root/frontend/head.php
diff options
context:
space:
mode:
authorCamil Staps2017-02-07 17:49:10 +0100
committerCamil Staps2017-02-07 17:49:10 +0100
commitb46cee71f79795f7300c275f2cfea7fca27a752d (patch)
treeb5cb3efe092ba606ddfd6b90c16f144c219d74c7 /frontend/head.php
parentDockerise (diff)
Web interface
Diffstat (limited to 'frontend/head.php')
-rw-r--r--frontend/head.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/head.php b/frontend/head.php
new file mode 100644
index 0000000..8664773
--- /dev/null
+++ b/frontend/head.php
@@ -0,0 +1,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/>