mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'master' of gitlab.com:MrFry/mrfrys-node-server
This commit is contained in:
commit
6274236467
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<center><h2> Q & A: </h3></center>
|
||||
<% for (var i = 0; i < qa.length; i++) { %>
|
||||
<% for (var i = qa.length - 1; i >= 0 ; i--) { %>
|
||||
<hr>
|
||||
<table style="width:100%">
|
||||
<td style="vertical-align:middle;text-align:center;width:5%">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue