diff --git a/include/header.php b/include/header.php index b2b0096..3d44b59 100644 --- a/include/header.php +++ b/include/header.php @@ -7,5 +7,6 @@ $header = <<
+ HEADER; diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..621b5cd --- /dev/null +++ b/static/style.css @@ -0,0 +1,11 @@ +body { + text-align: center; + background-color: black; + color: white; +} +a, a:visited { + color: orange; +} +a:hover, a:active { + color: pink; +}