From b8483f00d9f87c906750e9a7b71b356c49a811ef Mon Sep 17 00:00:00 2001 From: Philipp Bock <p@philippbock.de> Date: Sat, 11 Apr 2020 14:42:31 +0200 Subject: [PATCH] Move index.html to root directory --- static/index.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename static/index.html => index.html (100%) diff --git a/static/index.html b/index.html similarity index 100% rename from static/index.html rename to index.html -- GitLab