Browse Source

Move source code link to top

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
Skylar "The Cobra" Widulski 1 year ago
parent
commit
6a3e731e4b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      templates/index.html

+ 1 - 3
templates/index.html

@@ -17,6 +17,7 @@
         <button>Go</button>
       </form>
       <a href=/random.php>Random</a>
+      <a href="https://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="https://git.vern.cc/cobra/rural-dict">Source Code</a>
-    </center>
   </body>
 </html>