first commit
This commit is contained in:
27
public/index.html
Normal file
27
public/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>G'day</title>
|
||||
<link rel="icon" href="icon.webp" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"vue": "/deps/vue/dist/vue.esm-browser.js",
|
||||
"vue/jsx-runtime": "/deps/vue/jsx-runtime/index.mjs",
|
||||
"@/": "/app/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="module" src="app.js"></script>
|
||||
<!-- SSR HEAD OUTLET -->
|
||||
</head>
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>G'day, mate!</h1>
|
||||
<h2>Willkommen auf Daniels Spielwiese</h2>
|
||||
<img src="image.jpeg" alt="KANGAROO" />
|
||||
<div id="app-root"><!-- SSR OUTLET --></div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user