This commit is contained in:
Bottersnike 2022-01-17 22:16:36 +00:00
parent f134eb08a7
commit 1ff53b2cff
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,6 @@
{% extends "base.html" %}
{% block body %}
<h1>Benami/Konami e-Amusement API</h1>
<i><a href="./motiviation.html">I moved the big block about why these page exist, because it was getting painfully
long.</a></i>
<p>The pages across this mini-site aim to totally document, to the best of my ability, the API used for E-Amusement
(XRPC), some of its inner workings, how to interface with it both as a client and a server, and how to perform this
@ -12,6 +10,9 @@
<i>the</i> most comprehensive public documentation, so you're hopefully in the right place.
</p>
<i><a href="./motiviation.html">I moved the big block about why these page exist, because it was getting painfully
long.</a></i>
<h2>Contents</h2>
<ol start="0">
<li><a href="./getting_started.html">Getting started and following along</a></li>