Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>G'day</title>
- <link rel="icon" href="icon.webp" />
- <link rel="stylesheet" href="/static/styles.css" />
- <!-- SSR HEAD OUTLET -->
- <script type="module" src="/static/app.js"></script>
- </head>
- <body>
- <main class="container">
- <h1>G'day, mate!</h1>
- <h2>YOUR SITE GOES HERE</h2>
- <img src="/static/image.jpeg" alt="KANGAROO" />
- <div id="app-root"><!-- SSR OUTLET --></div>
- </main>
- </body>
- </html>
|