]> jfr.im git - uguu.git/blame - src/templates/index.ejs
fix multiple uploads in same request
[uguu.git] / src / templates / index.ejs
CommitLineData
fc3ca8de 1<%- include('./partials/header.ejs'); -%>
e480c0e5
GJ
2<div class="container">
3 <div class="jumbotron">
fc3ca8de 4 <%- include('./partials/lead.ejs'); -%>
5 <%- include('./partials/upload_form.ejs'); -%>
e480c0e5
GJ
6 </div>
7
8 <% if (malwareBanner) { %>
fc3ca8de 9 <%- include('./partials/malware_banner.ejs'); -%>
e480c0e5
GJ
10 <% } %>
11
12 <% if (donationBanner) { %>
fc3ca8de 13 <%- include('./partials/donation_banner.ejs'); -%>
e480c0e5 14 <% } %>
fc3ca8de 15<%- include('./partials/footer.ejs'); -%>