home.html 408 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="de-de">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Global Cube</title>
  7. <link id="favicon" type="image/x-icon" rel="icon" href="/static/favicon.ico">
  8. <link rel="icon" href="/static/img/CUBE.png">
  9. </head>
  10. <body>
  11. <h1>Global Cube</h1>
  12. <p>Hier könnte ihre Werbung stehen!</p>
  13. </body>
  14. </html>