1
0

error.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Legacy Roleplay</title>
  6. <base href="/">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <link rel="icon" type="image/x-icon" href="favicon.ico">
  9. <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700+Ubuntu:400,700" rel="stylesheet">
  10. <!--<script src="assets/font-awesome/js/all.js"></script>-->
  11. <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1" crossorigin="anonymous">
  12. <link rel="stylesheet" href="./styles.d77ecf10056f4310ebce.css">
  13. <style>
  14. h1[_ngcontent-tnh-c135] {
  15. color: #369;
  16. font-family: Arial, Helvetica, sans-serif;
  17. font-size: 250%;
  18. }
  19. </style>
  20. <style></style>
  21. <style>
  22. .vc-wrapper[_ngcontent-tnh-c210] {
  23. position: fixed;
  24. top: 0;
  25. left: 0;
  26. width: 100vw;
  27. height: 100vh;
  28. z-index: 2000;
  29. background: linear-gradient(to bottom, rgba(50, 100, 160, 0.1), rgba(50, 100, 160, 0.1)), url("/assets/images/gunbg.png");
  30. background-repeat: repeat;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .vc-wrapper[_ngcontent-tnh-c210]:after {
  36. background: #181c22;
  37. content: "";
  38. position: absolute;
  39. top: 50vh;
  40. left: 0;
  41. width: 100vw;
  42. height: 50vh;
  43. }
  44. .vc-msg[_ngcontent-tnh-c210] {
  45. width: 500px;
  46. height: -webkit-min-content;
  47. height: -moz-min-content;
  48. height: min-content;
  49. max-width: 100vw;
  50. background: white;
  51. z-index: 1;
  52. padding: 20px;
  53. box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  54. }
  55. .title[_ngcontent-tnh-c210] {
  56. font-size: 1.5em;
  57. margin-bottom: 10px;
  58. }
  59. </style>
  60. </head>
  61. <body>
  62. <app-root _nghost-tnh-c135="" ng-version="9.0.4">
  63. <router-outlet _ngcontent-tnh-c135=""></router-outlet>
  64. <!---->
  65. <app-popup-container _ngcontent-tnh-c135="" _nghost-tnh-c186="">
  66. <!---->
  67. </app-popup-container>
  68. <app-version-check _ngcontent-tnh-c135="" _nghost-tnh-c210="">
  69. <!---->
  70. </app-version-check>
  71. </app-root>
  72. </body>
  73. </html>