mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Initial commit
This commit is contained in:
commit
b42bfeae23
10 changed files with 704 additions and 0 deletions
25
views/submitted.ejs
Executable file
25
views/submitted.ejs
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue