mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed some public question stuff
This commit is contained in:
parent
1230d2c3de
commit
9a257868a1
3 changed files with 0 additions and 89 deletions
|
@ -1,25 +0,0 @@
|
|||
<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