diff options
author | Camil Staps | 2017-02-07 17:49:10 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-07 17:49:10 +0100 |
commit | b46cee71f79795f7300c275f2cfea7fca27a752d (patch) | |
tree | b5cb3efe092ba606ddfd6b90c16f144c219d74c7 /frontend/head.php | |
parent | Dockerise (diff) |
Web interface
Diffstat (limited to 'frontend/head.php')
-rw-r--r-- | frontend/head.php | 20 |
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/> |