initial commit 🎉

This commit is contained in:
2021-03-10 21:29:07 +01:00
parent de211eb1d3
commit 913b1ef047
12 changed files with 404 additions and 168 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

1
public/global.css Normal file

File diff suppressed because one or more lines are too long

20
public/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>LfK!Scan</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>
<body>
</body>
</html>

BIN
public/svelte.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB