From 91cb0aafaf20c0923e44ce058e1740a2e2804876 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 15 Jan 2017 00:13:24 +0100 Subject: hack a quick&dirty flask example --- examples/dashboard/templates/index.html | 59 +++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 examples/dashboard/templates/index.html (limited to 'examples/dashboard/templates/index.html') diff --git a/examples/dashboard/templates/index.html b/examples/dashboard/templates/index.html new file mode 100644 index 0000000..ead4fdd --- /dev/null +++ b/examples/dashboard/templates/index.html @@ -0,0 +1,59 @@ + + + + + + Vainglory API demo + + +
+
+
+ + + + + -- cgit v1.3.1