Added domain registration and global features
This commit is contained in:
parent
e2dd2eff07
commit
56f2281835
7 changed files with 120 additions and 1 deletions
3
icons/svg/blood.svg
Normal file
3
icons/svg/blood.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M50 10 Q20 50 50 90 Q80 50 50 10Z" fill="#880808" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 159 B |
6
icons/svg/terror.svg
Normal file
6
icons/svg/terror.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="50" cy="50" r="40" fill="#2d004d" />
|
||||
<circle cx="35" cy="40" r="8" fill="white" opacity="0.6" />
|
||||
<circle cx="65" cy="40" r="8" fill="white" opacity="0.6" />
|
||||
<path d="M35 70 Q50 60 65 70" stroke="white" stroke-width="3" fill="none" opacity="0.6" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 363 B |
Loading…
Add table
Add a link
Reference in a new issue