From 4823bf90dcd0d553e82f860d9c17b0f0ade60fe1 Mon Sep 17 00:00:00 2001 From: Mia yun Ruse Date: Thu, 19 Sep 2024 12:12:32 +0100 Subject: [PATCH] fix form not properly submitting ?url= fixes: - #4 as much as I agree with other comments that the `?url=` segment is a bit awks, IMO it is best practice to use explicit parameters; it is not as if GH Pages lets you do this anyway This kind of long-term shortcut would be best handled on the host level, e.g. with a Cloudflare redirect `htmlfil.es/(.+) -> https://html-preview.github.io/?url=$1` --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ed033f2..17bd21d 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ -
+

Git-Forge HTML Preview

Enter URL of the HTML file to preview: