mrfrys-node-server/views/qmining/allqr.ejs
YourFriendlyNeighborhoodDealer 0b5141e7d7 Moved views around a bit
2019-08-14 10:46:22 +02:00

22 lines
287 B
Text

<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>