Guest User

Untitled

a guest
Dec 17th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title>EPICMC STATS</title>
  5.     <META HTTP-EQUIV="refresh" CONTENT="5;URL=https://epicmc.us/status.php">
  6.     <meta http-equiv=Content-Type content="text/html;charset=UTF-8">
  7.     <meta name=viewport content="width=device-width, user-scalable=no">
  8.     <link href="https://fonts.googleapis.com/css?family=Days+One&text=EPICM" rel="stylesheet">
  9.     <link href='https://fonts.googleapis.com/css?family=Numans' rel='stylesheet' type='text/css'>
  10.     <style>
  11.       body{
  12.       background: #eee;
  13.      font-family: 'Numans', sans-serif;
  14.       font-weight:lighter;
  15.       margin-top: 5%;
  16.       }
  17.       h1{
  18.       font-family: 'Days One', sans-serif;
  19.       font-weight: lighter;
  20.       text-align:center;
  21.       color: #323232;
  22.      }
  23.       ul{
  24.       width: 300px;
  25.       margin: 0 auto;
  26.       background: rgb(255,255,255);
  27.       border: 1px solid rgb(220,220,220);
  28.       border-radius: 5px;
  29.       list-style: none;
  30.       padding: 0px;
  31.       line-height: 50px;
  32.       cursor: default;
  33.       }
  34.       ul li {
  35.       height: 50px;
  36.       border-bottom: 1px solid rgb(220,220,220);
  37.       text-indent: 15px;
  38.       }
  39.       ul li:last-child{
  40.       border: none;
  41.       }
  42.       .status {
  43.       display: inline-block;
  44.       float: right;
  45.       height: 1em;
  46.       line-height: 1em;
  47.       margin: 17px 15px;
  48.       text-indent: 0;
  49.       font-weight: lighter;
  50.       font-size: 0.750em;
  51.       text-transform: uppercase;
  52.       border: 1px solid;
  53.       border-radius: 3px;
  54.       padding: 1px 2px;
  55.       }
  56.       .version {
  57.       color: #323232;
  58.      border-color: #323232;
  59.      }
  60.       .online {
  61.       color: #00aa00;
  62.      border-color: #00aa00;
  63.      }
  64.       .online {
  65.       color: #00aa00;
  66.      border-color: #00aa00;
  67.      }
  68.       .offline {
  69.       color: #aa0000;
  70.      border-color: #aa0000;
  71.      }
  72.       .maintenance {
  73.       color: #0000aa;
  74.      border-color: #0000aa;
  75.      }
  76.       a:link,a:visited,a:hover,a:active { color: #323232; text-decoration: none; }
  77.    </style>
  78.   </head>
  79.   <body>
  80.     <h1><a href="https://epicmc.us">EPICMC</a></h1>
  81.     <ul>
  82.       <li>
  83.         <span>API</span>
  84.         <span class="status version">VERSION 1.0.0</span>
  85.       </li>
  86.       <li>
  87.         <span>Login API</span>
  88.         <span class="status maintenance">MAINTENANCE</span>
  89.       </li>
  90.       <li>
  91.         <span>Register API</span>
  92.         <span class="status maintenance">MAINTENANCE</span>
  93.       </li>
  94.       <li>
  95.         <span>Stats API</span>
  96.         <span class="status maintenance">MAINTENANCE</span>
  97.       </li>
  98.     </ul>
  99.   </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment