From 73c100ca9621ff9cfa3ca665e14e997524d92160 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 4 Mar 2019 14:08:48 +0100 Subject: Use rocket_contrib StaticFiles module to serve static files. This also changes the structure of the app quite significantly. Instead if generating the html for the index, we simply provide a public/index.html static file instead. For now this seems to make sense, it may not hold in the long run, but that's for another time to worry about. --- public/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/index.html (limited to 'public/index.html') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..abb347e --- /dev/null +++ b/public/index.html @@ -0,0 +1,11 @@ + + + + Ramaskrik Program + + + + +

Ramaskrik 2019

+ + -- cgit v1.2.3