wip: initial commit

This commit is contained in:
Björn Fromme
2024-11-20 18:32:09 +01:00
parent ae964198e9
commit d4c4e69d09
91 changed files with 32685 additions and 144 deletions
+35
View File
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Welcome!</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text><text y=%221.3em%22 x=%220.2em%22 font-size=%2276%22 fill=%22%23fff%22>sf</text></svg>">
<link rel="stylesheet" href="/assets/styles/app-1096e610e7245dcf120e944be588862e.css">
<script type="importmap">
{
"imports": {
"app": "/assets/app-9054f64ab2a2772c478ec2945ad30999.js",
"/assets/bootstrap.js": "/assets/bootstrap-e26ed6d3c7cb4cfb56ee7c0ce7d93cb4.js",
"/assets/styles/app.css": "data:application/javascript,",
"@symfony/stimulus-bundle": "/assets/@symfony/stimulus-bundle/loader-870999a02e9fc147c034d522826ea70d.js",
"htmx.org": "/assets/vendor/htmx.org/htmx.org.index-d0ecb202633ad81a9803dfd539c21378.js",
"@hotwired/stimulus": "/assets/vendor/@hotwired/stimulus/stimulus.index-b5b1d00e42695b8959b4a1e94e3bc92a.js",
"/assets/@symfony/stimulus-bundle/controllers.js": "/assets/@symfony/stimulus-bundle/controllers-7cbfd57985d28bce7c7110b2ca6c3224.js"
}
}
</script>
<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support -->
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script>
<link rel="modulepreload" href="/assets/app-9054f64ab2a2772c478ec2945ad30999.js">
<link rel="modulepreload" href="/assets/bootstrap-e26ed6d3c7cb4cfb56ee7c0ce7d93cb4.js">
<link rel="modulepreload" href="/assets/@symfony/stimulus-bundle/loader-870999a02e9fc147c034d522826ea70d.js">
<link rel="modulepreload" href="/assets/vendor/htmx.org/htmx.org.index-d0ecb202633ad81a9803dfd539c21378.js">
<link rel="modulepreload" href="/assets/vendor/@hotwired/stimulus/stimulus.index-b5b1d00e42695b8959b4a1e94e3bc92a.js">
<link rel="modulepreload" href="/assets/@symfony/stimulus-bundle/controllers-7cbfd57985d28bce7c7110b2ca6c3224.js">
<script type="module">import 'app';</script> </head>
<body>
<div hx-get="https://myep-next.ddev.site" hx-select="#main" hx-trigger="load"></div>
</body>
</html>