html-sites #3

Merged
TorstenHettstedt merged 10 commits from html-sites into master 2021-04-08 20:16:00 +02:00
Showing only changes of commit 5a88ff3c6f - Show all commits
+2 -2
View File
@@ -10,8 +10,8 @@
<link rel="stylesheet" href="/global.css"> <link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/bundle.css"> <link rel="stylesheet" href="/bundle.css">
<script type="module" data-main="/index.js"></script> <script type="module" src="https://unpkg.com/dimport?module" data-main="/index.js"></script>
<script nomodule data-main="/index.js"></script> <script nomodule src="https://unpkg.com/dimport/nomodule" data-main="/index.js"></script>
</head> </head>
<body> <body>