init
This commit is contained in:
commit
5ae824b63a
36 changed files with 3290 additions and 0 deletions
1
src/static/favicon.base64.txt
Normal file
1
src/static/favicon.base64.txt
Normal file
File diff suppressed because one or more lines are too long
BIN
src/static/favicon.png
Normal file
BIN
src/static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
10
src/static/manifest.json
Normal file
10
src/static/manifest.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "Userscripts by skaarup.dev",
|
||||
"short_name": "Userscripts",
|
||||
"display": "browser",
|
||||
"background_color": "#141141",
|
||||
"theme_color": "#371D85",
|
||||
"description": "Userscripts",
|
||||
"icons": [],
|
||||
"related_applications": []
|
||||
}
|
4
src/static/robots.txt
Normal file
4
src/static/robots.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://userscripts.skaarup.dev/sitemap.txt
|
1
src/static/sitemap.txt
Normal file
1
src/static/sitemap.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://userscripts.skaarup.dev/
|
Loading…
Add table
Add a link
Reference in a new issue