summaryrefslogtreecommitdiffstats
path: root/views/index.ejs
blob: c3f3903aada11b17da2263f3eb658c889f6589f1 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<% for (var i = 0; i < count; i++) { %>
    <span>
        <img src="/static/jere.png">
    </span>
<% } %>
</body>
</html>