added missing files

This commit is contained in:
WatermelonModders
2022-06-01 10:02:43 -04:00
parent 8c8f77cf7a
commit 99585c067e
12 changed files with 1159 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
$def with (sections)
$for s in sections:
<div style="margin-top:10px;float:left;background-color: rgba(0, 0, 0, 0.7);border-radius:25px;padding:15px;font-size:12pt;width:100%;height:150px;overflow-y:scroll;">
<div style="overflow:hidden;color:green;">$s[1] ( build: $s[3])</div>
$for t in s[2]:
<div style="overflow:hidden">
$t.replace("\"", "")
</div>
</div>