index.html 709 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <meta name="theme-color" content="#111111">
  8. <meta name="Description" content="Website of the RedstoneServer. You can create your applications here to become member. Chat with other members and see who else plays on this server.">
  9. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  10. <title>New RS-Website</title>
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong>This website completely relies on JavaScript. Please enable it.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. </body>
  18. </html>