diff --git a/static/main.css b/static/main.css index 60460cd..dfb3a4a 100644 --- a/static/main.css +++ b/static/main.css @@ -51,6 +51,17 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam font-size: 9pt; } +#help { + color:black; + padding: 10px; + font-family: monospace; + position: absolute; + bottom: 10px; + right: 10px; + font-size: 9pt; +} + + ul { diff --git a/templates/index.html b/templates/index.html index c0f0600..af5da83 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ -
Version 0.4.27
+
ABP version 0.4.27
+
+

API usage:

+ GET https://abv.peteshadbolt.co.uk/graph -> JSON
+ POST JSON -> https://abv.peteshadbolt.co.uk/graph + +

TODO:

+ GET https://abv.peteshadbolt.co.uk/hadamard/0
+ GET https://abv.peteshadbolt.co.uk/cz/0/1
+ GET https://abv.peteshadbolt.co.uk/measure/10/x
+ etc. +
+