Skip to content

Commit

Permalink
refactor html to index structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxmox6 committed Dec 28, 2024
1 parent d9f6c24 commit 64f80cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="../../style.css" />
</head>
<body>
<section class="section">
Expand All @@ -30,7 +30,7 @@ <h2 class="title is-4">Sicherheitshinweise Haarspangen</h2>
<script type="module">
import { h, render } from "https://esm.sh/preact";
import htm from "https://esm.sh/htm";
import TextArticle from "./scripts/text-article.js";
import TextArticle from "../../scripts/text-article.js";

const html = htm.bind(h);

Expand Down

0 comments on commit 64f80cc

Please sign in to comment.