From 1edfdf5f3a316a36108a0a853b0a2553d116d6fc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 9 Jul 2020 22:33:43 +0200 Subject: Rewriiiiiiiiiite! Okay, okay. I know, rewriting projects all the time is dumb. Buuut, we really don't want to work with our old and ugly code anymore. Furthermore we'll be using Deno now! --- src/main/resources/views/index.rocker.html | 48 ------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 src/main/resources/views/index.rocker.html (limited to 'src/main/resources/views/index.rocker.html') diff --git a/src/main/resources/views/index.rocker.html b/src/main/resources/views/index.rocker.html deleted file mode 100644 index 7c9f46c..0000000 --- a/src/main/resources/views/index.rocker.html +++ /dev/null @@ -1,48 +0,0 @@ -@import space.anity.DatabaseController -@import space.anity.UserHandler -@import io.javalin.* -@args (String username, Context ctx) - -@css => { - -} - -@js => { - -} - -@layout.template("Index", ctx, css, js) -> { -
-