mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 13:18:59 +01:00
4 lines
203 B
Plaintext
4 lines
203 B
Plaintext
#define span_lewd(str) ("<span class='lewd'>" + str + "</span>")
|
|
#define span_love(str) ("<span class='love'>" + str + "</span>")
|
|
#define span_userlove(str) ("<span class='userlove'>" + str + "</span>")
|