updated status.css
parent
2e6114e9de
commit
a5ecd64da1
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -5,7 +5,7 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
font-size: 12pt;
|
||||
background-color: #000000;
|
||||
background-color: #0b0b0b;
|
||||
color: #ff6200;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue