| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Legacy Roleplay</title>
- <base href="/">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
- <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700+Ubuntu:400,700" rel="stylesheet">
- <!--<script src="assets/font-awesome/js/all.js"></script>-->
- <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1" crossorigin="anonymous">
-
- <link rel="stylesheet" href="./styles.d77ecf10056f4310ebce.css">
-
- <style>
- h1[_ngcontent-tnh-c135] {
- color: #369;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 250%;
- }
- </style>
- <style></style>
- <style>
- .vc-wrapper[_ngcontent-tnh-c210] {
- position: fixed;
- top: 0;
- left: 0;
- width: 100vw;
- height: 100vh;
- z-index: 2000;
- background: linear-gradient(to bottom, rgba(50, 100, 160, 0.1), rgba(50, 100, 160, 0.1)), url("/assets/images/gunbg.png");
- background-repeat: repeat;
- display: flex;
- justify-content: center;
- align-items: center;
- }
-
- .vc-wrapper[_ngcontent-tnh-c210]:after {
- background: #181c22;
- content: "";
- position: absolute;
- top: 50vh;
- left: 0;
- width: 100vw;
- height: 50vh;
- }
-
- .vc-msg[_ngcontent-tnh-c210] {
- width: 500px;
- height: -webkit-min-content;
- height: -moz-min-content;
- height: min-content;
- max-width: 100vw;
- background: white;
- z-index: 1;
- padding: 20px;
- box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
- }
-
- .title[_ngcontent-tnh-c210] {
- font-size: 1.5em;
- margin-bottom: 10px;
- }
- </style>
- </head>
- <body>
- <app-root _nghost-tnh-c135="" ng-version="9.0.4">
- <router-outlet _ngcontent-tnh-c135=""></router-outlet>
- <!---->
- <app-popup-container _ngcontent-tnh-c135="" _nghost-tnh-c186="">
- <!---->
- </app-popup-container>
- <app-version-check _ngcontent-tnh-c135="" _nghost-tnh-c210="">
- <!---->
- </app-version-check>
- </app-root>
- </body>
- </html>
|