Moved views around a bit

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-08-14 10:46:22 +02:00
parent da9c73b5cc
commit 0b5141e7d7
14 changed files with 12 additions and 12 deletions

6
views/qmining/aludni.ejs Normal file
View file

@ -0,0 +1,6 @@
<% var d = new Date().getHours();
if (d < 6 || d > 22) { %>
<center>
<img src="img/aludni.jpeg" alt="img"/>
</center>
<% } %>