mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 06:30:53 +03:00
added striped box
This commit is contained in:
@@ -34,7 +34,13 @@ function body(template) {
|
||||
<p>${state.translate('enableJavascript')}</p>
|
||||
</div>
|
||||
</noscript>
|
||||
${template(state, emit)}
|
||||
<div class="stripedBox">
|
||||
<div class="mainContent">
|
||||
${template(state, emit)}
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer"></div>
|
||||
<div class="uploads"></div>
|
||||
</main>
|
||||
${footer(state)}
|
||||
</body>`;
|
||||
|
||||
Reference in New Issue
Block a user