Move source code link to top

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-04 19:07:26 -04:00
parent d21ad8da6c
commit 6a3e731e4b
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 3 deletions

View File

@ -17,6 +17,7 @@
<button>Go</button>
</form>
<a href=/random.php>Random</a>
<a href="http://git.vern.cc/cobra/rural-dict">Source Code</a>
</center>
<br>
{% for defid, word, definition, example, author in data[0] %}
@ -32,8 +33,5 @@
<br>
{% endfor %}
{{ data[1]|safe }}
<center>
<a href="http://git.vern.cc/cobra/rural-dict">Source Code</a>
</center>
</body>
</html>