231
This commit is contained in:
parent
989d0032cd
commit
f4728e954d
BIN
public/hpp-new-08.zip
Normal file
BIN
public/hpp-new-08.zip
Normal file
Binary file not shown.
12
src/lib/kgzsvg.svelte
Normal file
12
src/lib/kgzsvg.svelte
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
3
src/lib/packSmall.js
Normal file
3
src/lib/packSmall.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export function sleep(ms) {
|
||||||
|
return new Promise(resolve => setTimeout(resolve, ms));
|
||||||
|
}
|
13
src/lib/russvg.svelte
Normal file
13
src/lib/russvg.svelte
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 9 6"
|
||||||
|
width="31"
|
||||||
|
height="31"
|
||||||
|
>
|
||||||
|
<rect fill="#fff" width="9" height="3" /><rect
|
||||||
|
fill="#d52b1e"
|
||||||
|
y="3"
|
||||||
|
width="9"
|
||||||
|
height="3"
|
||||||
|
/><rect fill="#0039a6" y="2" width="9" height="2" /></svg
|
||||||
|
>
|
After Width: | Height: | Size: 262 B |
Reference in New Issue
Block a user