html-sites #3

Merged
TorstenHettstedt merged 10 commits from html-sites into master 2021-04-08 20:16:00 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 02771828c9 - Show all commits
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

+2
View File
@@ -1,5 +1,6 @@
<!doctype html> <!doctype html>
<!--suppress HtmlUnknownTarget --> <!--suppress HtmlUnknownTarget -->
<!--suppress JSUnresolvedLibraryURL -->
<html lang="de"> <html lang="de">
<head> <head>
<base href="/" /> <base href="/" />
@@ -8,6 +9,7 @@
<title>Svelte app</title> <title>Svelte app</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<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" src="https://unpkg.com/dimport?module" data-main="/index.js"></script> <script type="module" src="https://unpkg.com/dimport?module" data-main="/index.js"></script>