7 lines
191 B
HTML
7 lines
191 B
HTML
$def with (modes)
|
|
|
|
$for m in modes:
|
|
<div style="width:100%;font-size:50pt;text-align;background-color: rgba(0, 0, 0, 0.7);text-align:center;">
|
|
<a href="/mod/create">$m</a>
|
|
</div>
|