diff options
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/> |