Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>EPICMC STATS</title>
- <META HTTP-EQUIV="refresh" CONTENT="5;URL=https://epicmc.us/status.php">
- <meta http-equiv=Content-Type content="text/html;charset=UTF-8">
- <meta name=viewport content="width=device-width, user-scalable=no">
- <link href="https://fonts.googleapis.com/css?family=Days+One&text=EPICM" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Numans' rel='stylesheet' type='text/css'>
- <style>
- body{
- background: #eee;
- font-family: 'Numans', sans-serif;
- font-weight:lighter;
- margin-top: 5%;
- }
- h1{
- font-family: 'Days One', sans-serif;
- font-weight: lighter;
- text-align:center;
- color: #323232;
- }
- ul{
- width: 300px;
- margin: 0 auto;
- background: rgb(255,255,255);
- border: 1px solid rgb(220,220,220);
- border-radius: 5px;
- list-style: none;
- padding: 0px;
- line-height: 50px;
- cursor: default;
- }
- ul li {
- height: 50px;
- border-bottom: 1px solid rgb(220,220,220);
- text-indent: 15px;
- }
- ul li:last-child{
- border: none;
- }
- .status {
- display: inline-block;
- float: right;
- height: 1em;
- line-height: 1em;
- margin: 17px 15px;
- text-indent: 0;
- font-weight: lighter;
- font-size: 0.750em;
- text-transform: uppercase;
- border: 1px solid;
- border-radius: 3px;
- padding: 1px 2px;
- }
- .version {
- color: #323232;
- border-color: #323232;
- }
- .online {
- color: #00aa00;
- border-color: #00aa00;
- }
- .online {
- color: #00aa00;
- border-color: #00aa00;
- }
- .offline {
- color: #aa0000;
- border-color: #aa0000;
- }
- .maintenance {
- color: #0000aa;
- border-color: #0000aa;
- }
- a:link,a:visited,a:hover,a:active { color: #323232; text-decoration: none; }
- </style>
- </head>
- <body>
- <h1><a href="https://epicmc.us">EPICMC</a></h1>
- <ul>
- <li>
- <span>API</span>
- <span class="status version">VERSION 1.0.0</span>
- </li>
- <li>
- <span>Login API</span>
- <span class="status maintenance">MAINTENANCE</span>
- </li>
- <li>
- <span>Register API</span>
- <span class="status maintenance">MAINTENANCE</span>
- </li>
- <li>
- <span>Stats API</span>
- <span class="status maintenance">MAINTENANCE</span>
- </li>
- </ul>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment