mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Small website redesign
This commit is contained in:
parent
4370a1717c
commit
774ff64b36
2 changed files with 19 additions and 11 deletions
|
@ -2,6 +2,7 @@
|
|||
<body bgcolor="#212127">
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body { font: normal 14px Verdana; color: #999999;}
|
||||
td {vertical-align: top }
|
||||
|
@ -24,18 +25,12 @@ greasyforkon</a>
|
|||
<a href="http://questionmining.tk/servergit">Szerver repó</a>
|
||||
|
|
||||
<a href="http://questionmining.tk/scriptgit">Userscript repó</a>
|
||||
|
|
||||
<a href="http://questionmining.tk/data.json">Összes kérdés (JSON)</a>
|
||||
|
|
||||
<a href="http://questionmining.tk/legacy">Összes kérdés (Régi formátum)</a>
|
||||
</h2>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<table style="table-layout:fixed;width:100%">
|
||||
<td >
|
||||
<a href="http://questionmining.tk/static">Összes kérdés</a>
|
||||
</br>
|
||||
<textarea readonly ><%= sdata %></textarea>
|
||||
</td>
|
||||
|
||||
</table>
|
||||
|
||||
<table style="table-layout:fixed;width:100%">
|
||||
<td>
|
||||
<form action="/postfeedback", method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue