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/login.rocker.html | 44 ------------------------------ 1 file changed, 44 deletions(-) delete mode 100644 src/main/resources/views/login.rocker.html (limited to 'src/main/resources/views/login.rocker.html') diff --git a/src/main/resources/views/login.rocker.html b/src/main/resources/views/login.rocker.html deleted file mode 100644 index b811025..0000000 --- a/src/main/resources/views/login.rocker.html +++ /dev/null @@ -1,44 +0,0 @@ -@import io.javalin.* -@args (String message, Integer counter, Context ctx) - -@js => { - - -} - -@layout.template("Login", ctx, RockerContent.NONE, js) -> { -
-