full svelte boilerplate

This commit is contained in:
2021-08-06 20:57:08 +02:00
parent 42b9e016a1
commit 3eb0eb4437
5 changed files with 466 additions and 0 deletions

19
public/index.html Normal file
View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>My Svelte App</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<script defer src='./build/bundle.js'></script>
</head>
<script>
</script>
<body>
</body>
</html>