Added rule about Jojo and cleaned up rule list html
This commit is contained in:
parent
c99203d388
commit
31401f483d
2
build.sh
2
build.sh
|
@ -11,4 +11,4 @@ cp dist/index.html "${TARGET}/instance/static/index.html"
|
||||||
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
|
rsync --delete -ra dist/static/ "${TARGET}/instance/static/static"
|
||||||
rsync --delete -ra images/ "${TARGET}/instance/static/images"
|
rsync --delete -ra images/ "${TARGET}/instance/static/images"
|
||||||
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"
|
rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds"
|
||||||
rsync --delete -ra instance/ "${TARGET}/instance/static/instance"
|
rsync -ra instance/ "${TARGET}/instance/static/instance"
|
||||||
|
|
|
@ -3,37 +3,17 @@
|
||||||
<h2>Rules</h2>
|
<h2>Rules</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>Take it easy</li>
|
||||||
Take it easy
|
<li>Don't be a dick</li>
|
||||||
</li>
|
<li>No spam</li>
|
||||||
<li>
|
<li>No doxing</li>
|
||||||
Don't be a dick
|
<li>No credible threats</li>
|
||||||
</li>
|
<li>No illegal content under <abbr title="United States">US</abbr> law</li>
|
||||||
<li>
|
<li>Mark <abbr title="not safe for work">NSFW</abbr> content</li>
|
||||||
No spam
|
<li>No <abbr title="not safe for work">NSFW</abbr> avatars or banners</li>
|
||||||
</li>
|
<li>No content involving junior idols, child models, or anyone under the age of 18 in revealing clothing, questionable poses, or questionable situations</li>
|
||||||
<li>
|
<li>No Jojo (The person, not the anime)</li>
|
||||||
No doxing
|
<li><img src="/emoji/custom/no_bulli.png" style="width: auto; height: auto; max-width: 25px; max-height: 25px;"></li>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
No credible threats
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
No illegal content under <abbr title="United States">US</abbr> law
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Mark <abbr title="not safe for work">NSFW</abbr> content
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
No <abbr title="not safe for work">NSFW</abbr> avatars or banners
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
No content involving junior idols, child models, or anyone under the age of 18 in revealing clothing, questionable poses, or questionable situations
|
|
||||||
</li>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<img src="/emoji/custom/no_bulli.png" style="width: auto; height: auto; max-width: 25px; max-height: 25px;">
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue