updated status.css

master
Jakob 2020-01-13 09:02:55 +01:00
parent 2e6114e9de
commit a5ecd64da1
3 changed files with 34 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="common/nalquas_style.css">
<link rel="stylesheet" type="text/css" href="nalquas_style.css">
<title> Tab text </title>
</head>
<body>

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="20">
<link rel="stylesheet" type="text/css" href="nalquas_style.css">
<link rel="stylesheet" type="text/css" href="status.css">
<title> Status Page </title>
</head>
<body>
<div class="header">
<h1> Website Name </h1>
<p>
Motto here
</p>
</div>
<div class="navbar">
<a href="status.php"> Status </a>
<a href="#"> Link 2 </a>
<a href="#"> Link 3 </a>
</div>
<div class="grid">
<div class="panel"><pre>$command</pre><br /> <pre>
hjvdusjmcvgsara nfozcd
</pre></div>
<br />
</div>
</body>
</html>

View File

@ -5,7 +5,7 @@
body {
font-family: monospace;
font-size: 12pt;
background-color: #000000;
background-color: #0b0b0b;
color: #ff6200;
}