From 45557cdd61850abc30959c39054d29b45fefb8c2 Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 16 Dec 2021 23:06:28 +0100 Subject: It's finally done! --- htdocs/public/creations/kartik/index.ejs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 htdocs/public/creations/kartik/index.ejs (limited to 'htdocs/public/creations/kartik/index.ejs') diff --git a/htdocs/public/creations/kartik/index.ejs b/htdocs/public/creations/kartik/index.ejs deleted file mode 100644 index 1e272a7..0000000 --- a/htdocs/public/creations/kartik/index.ejs +++ /dev/null @@ -1,6 +0,0 @@ -<% - - res.writeHead(301, { "Location": "https://kartik.minteck.org" }); - res.end(); - -%> \ No newline at end of file -- cgit