- <!doctype html>
- <html lang="de-de">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>Global Cube</title>
- <link id="favicon" type="image/x-icon" rel="icon" href="static/favicon.ico">
- </head>
-
- <body>
- <h1>Home Page</h1>
- <p>This is the home page of our application.</p>
- </body>
- </html>
|