Initial commit

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-11-21 15:01:21 +01:00
commit b42bfeae23
10 changed files with 704 additions and 0 deletions

25
views/submitted.ejs Executable file
View file

@ -0,0 +1,25 @@
<html>
<body bgcolor="#212127">
<head>
<h2>
<%=msg%>
</h2>
</p>
<h3>
Log:
</h3>
Érdemes átnézni, lehetséges hibák vannak benne.
</p>
<%for(var i=0; i<log.length; i++) {%>
<%= log[i] %>
</br>
<%}%>
</br>
<a href="/"> Vissza </a>
</body>
</html>