index.html 189 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Lightcord Loader</title>
  6. </head>
  7. <body>
  8. <div id="splash-mount"></div>
  9. <script src="index.js"></script>
  10. </body>
  11. </html>