index.html 217 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>where to live</title>
  6. </head>
  7. <body>
  8. <script src="client.js"></script>
  9. <script>Elm.Cellular.fullscreen();</script>
  10. </body>
  11. </html>