Node-server for unitstock app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

74 line
1.3 KiB

  1. <!-- purple x moss 2020 -->
  2. <head>
  3. <link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;900&display=swap" rel="stylesheet">
  4. <script src="https://kit.fontawesome.com/4b9ba14b0f.js" crossorigin="anonymous"></script>
  5. </head>
  6. <style type="text/css">
  7. body {
  8. background-color: #95c2de;
  9. }
  10. .mainbox {
  11. background-color: #95c2de;
  12. margin: auto;
  13. height: 600px;
  14. width: 600px;
  15. position: relative;
  16. }
  17. .err {
  18. color: #ffffff;
  19. font-family: 'Nunito Sans', sans-serif;
  20. font-size: 11rem;
  21. position:absolute;
  22. left: 20%;
  23. top: 8%;
  24. }
  25. .far {
  26. position: absolute;
  27. font-size: 8.5rem;
  28. left: 42%;
  29. top: 15%;
  30. color: #ffffff;
  31. }
  32. .err2 {
  33. color: #ffffff;
  34. font-family: 'Nunito Sans', sans-serif;
  35. font-size: 11rem;
  36. position:absolute;
  37. left: 68%;
  38. top: 8%;
  39. }
  40. .msg {
  41. text-align: center;
  42. font-family: 'Nunito Sans', sans-serif;
  43. font-size: 1.6rem;
  44. position:absolute;
  45. left: 16%;
  46. top: 45%;
  47. width: 75%;
  48. }
  49. a {
  50. text-decoration: none;
  51. color: white;
  52. }
  53. a:hover {
  54. text-decoration: underline;
  55. }
  56. </style>
  57. <body>
  58. <div class="mainbox">
  59. <div class="err">4</div>
  60. <i class="far fa-question-circle fa-spin"></i>
  61. <div class="err2">4</div>
  62. <div class="msg">Maybe this page moved? Got deleted? Is hiding out in quarantine? Never existed in the first place?</div>
  63. </div>