mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Migrate to SvelteKit and Vite
This commit is contained in:
12
static/favicon.svg
Normal file
12
static/favicon.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg width="64" height="64" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="64" height="64" fill="white" />
|
||||
<rect x="12" y="12" width="8" height="8" fill="black" />
|
||||
<rect x="28" y="12" width="8" height="8" fill="black" />
|
||||
<rect x="44" y="12" width="8" height="8" fill="black" />
|
||||
<rect x="12" y="28" width="8" height="8" fill="black" />
|
||||
<rect x="28" y="28" width="8" height="8" fill="black" />
|
||||
<rect x="44" y="28" width="8" height="8" fill="black" />
|
||||
<rect x="12" y="44" width="8" height="8" fill="black" />
|
||||
<rect x="28" y="44" width="8" height="8" fill="black" />
|
||||
<rect x="44" y="44" width="8" height="8" fill="black" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 668 B |
3
static/robots.txt
Normal file
3
static/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user