mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
fixed html
This commit is contained in:
parent
8bc4d9dd3d
commit
327a379ea1
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Test</title>
|
<title>Konfiguration</title>
|
||||||
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
<script type="module" src="/input-visibility.js" defer></script>
|
||||||
|
<script type="module" src="/load-data.js" defer></script>
|
||||||
|
<script type="module" src="/submit.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue