Browse Source

Add link to db download

master
NGnius (Graham) 5 years ago
parent
commit
fd05d1f7d8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rxsmserver/templates/index.html

+ 1
- 1
rxsmserver/templates/index.html View File

@@ -9,6 +9,6 @@
<body style="background-color: #404040; color: #20c420;">
<h1 style="text-align: center; padding-top: 10%; color: #20c420;">RXSM Update Server</h1>
<h3 style="text-align: center; color: #20c420;">This domain is designed for robots, not you, you silly dinosaur!</h3>
<h5 style="text-align: center; color: #20c420;"><a style="text-decoration:none; color: #208020;" href="https://git.exmods.org/rxsm/rxsm-server">Read about the RXSM update API</a>.</h5>
<h5 style="text-align: center; color: #20c420;"><a style="text-decoration:none; color: #208020;" href="/database">Download the SQLite database</a> or <a style="text-decoration:none; color: #208020;" href="https://git.exmods.org/rxsm/rxsm-server">read about the RXSM update API</a>.</h5>
</body>
</html>