Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Server Status</title>
  4. <link rel="stylesheet" href="css/percentaje.css">
  5. <link rel="stylesheet" href="css/style.css">
  6. <link rel="prefetch"></head>
  7.  
  8.  
  9. <style>
  10. .column {
  11. float: left;
  12. }
  13.  
  14. .left {
  15. width: 25%;
  16. }
  17.  
  18. .right {
  19. width: 75%;
  20. }
  21.  
  22. body {
  23. background: url(../img/wallpaper.jpg);
  24. background-size: cover;
  25. }
  26. </style>
  27.  
  28. <body>
  29. <div class="row">
  30. <div class="column right">
  31. <h1>Minecraft=Closed</h1>
  32. <br>
  33. <h1>KMS=Running</h1>
  34. <br>
  35. <h1>ServerTime= Mon Dec 9 22:12:05 CET 2019
  36. </h1>
  37. <br>
  38.  
  39. <h1>RAM Usage= 489Mb</h1>
  40.  
  41. <div class="c100 p3 green small">
  42. <span>3%</span>
  43. <div class="slice">
  44. <div class="bar"></div>
  45. <div class="fill"></div>
  46. </div>
  47. </div>
  48.  
  49. <h1>System Load= 0.34%</h1>
  50.  
  51. <div class="c100 p0.34 orange small">
  52. <span>0.34%</span>
  53. <div class="slice">
  54. <div class="bar"></div>
  55. <div class="fill"></div>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="column left">
  60. <div class="steam">
  61. <h1 class="title">Jimmy's Steam</h1>
  62. <hr class="steam">
  63. <h1 class="title">I'm not playing.</h1>
  64. <img src="img/notplaying.jpeg">
  65. </div>
  66. </div>
  67.  
  68.  
  69. </div>
  70.  
  71. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement