Make the status page black themed

This commit is contained in:
Michael De Roover 2020-12-28 02:56:22 +01:00
parent 82954f812f
commit d3be9fa2f0
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -2,6 +2,12 @@
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" type="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" type="text/html; charset=utf-8" />
<style type="text/css">
body{
background: #000;
color: #aaa;
}
</style>
<title>Konata ready for service!</title> <title>Konata ready for service!</title>
</head> </head>
<body> <body>