dev.html 603 B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>Electron Development Entries</title>
  9. </head>
  10. <body>
  11. <div style="padding: 50px; text-align: center;">
  12. <h1>
  13. Development Mode :)
  14. </h1>
  15. <h3>
  16. <a href="http://localhost:3000">
  17. http://localhost:3000
  18. </a> <br> <br>
  19. <a href="http://localhost:3001">
  20. http://localhost:3001
  21. </a>
  22. </h3>
  23. </div>
  24. </body>
  25. </html>