| 12345678910111213141516171819 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <meta name="theme-color" content="#111111">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <meta name="Description" content="Website of the RedstoneServer. You can create your applications here to be come member. Chat with other members and see who else plays on this server.">
- <title>New RS-Website</title>
- </head>
- <body>
- <noscript>
- <strong>This website completely relies on JavaScript. Please enable it.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|