All web code and ignore json files

This commit is contained in:
Thefeli73
2021-08-19 21:57:49 +02:00
parent 76fc3918bb
commit 8444a983c2
35 changed files with 1066 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/assets/img/favicon/mstile-150x150.png?v=1.2.0"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,25 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2305 5110 c-581 -60 -1140 -325 -1555 -740 -480 -481 -750 -1131
-750 -1810 0 -679 270 -1329 750 -1810 426 -425 990 -689 1590 -741 161 -14
439 -6 590 16 789 118 1476 593 1869 1292 144 257 246 558 298 888 24 155 24
555 0 710 -92 579 -333 1060 -727 1455 -387 387 -900 645 -1440 725 -135 20
-490 28 -625 15z m820 -770 c11 -35 -11 -96 -277 -760 -28 -69 -68 -174 -88
-235 -21 -60 -54 -153 -73 -205 -61 -169 -56 -203 33 -221 25 -4 266 -8 536
-9 528 0 525 0 509 -50 -6 -18 -119 -179 -448 -640 -93 -129 -200 -262 -318
-395 -59 -66 -163 -186 -231 -266 -198 -236 -591 -690 -642 -742 -33 -34 -53
-47 -69 -45 -51 7 -38 53 157 545 177 447 278 725 283 783 6 67 -13 96 -72
110 -22 5 -264 10 -538 10 -324 0 -505 4 -518 10 -29 16 -23 49 19 107 249
351 255 357 882 1088 76 88 184 214 240 280 517 603 563 655 586 655 14 0 25
-8 29 -20z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,19 @@
{
"name": "Plebnet",
"short_name": "Plebnet",
"icons": [
{
"src": "/assets/img/favicon/android-chrome-192x192.png?v=1.2.0",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicon/android-chrome-512x512.png?v=1.2.0",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}