Updated readable questions page, and manual

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-03-08 12:17:00 +01:00
parent 5b01531f6a
commit 0f076b4c74
3 changed files with 37 additions and 13 deletions

22
views/allqr.ejs Normal file
View file

@ -0,0 +1,22 @@
<html>
<body bgcolor="#212127">
<head>
<title>All questions</title>
<meta charset="UTF-8">
<style>
body {
font: normal 14px Verdana;
color: #999999;
}
</style>
</head>
<% for (var i = 0; i < d.length; i++) { %>
<%= d[i] %>
</br>
<% } %>
</body>
</html>