Added domain registration and global features

This commit is contained in:
CPTN Cosmo 2026-04-15 15:38:23 +02:00
parent e2dd2eff07
commit 56f2281835
7 changed files with 120 additions and 1 deletions

BIN
icons/blood.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
icons/dread.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

3
icons/svg/blood.svg Normal file
View 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
View 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