We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7203f commit 8e99e35Copy full SHA for 8e99e35
diffusionguard/index.html
@@ -1,3 +1,16 @@
1
----
2
-redirect_to: "https://github.com/choi403/DiffusionGuard"
3
+<!DOCTYPE html>
+<html>
+ <head>
4
+ <meta
5
+ http-equiv="refresh"
6
+ content="0; url=https://github.com/choi403/DiffusionGuard"
7
+ />
8
+ <title>Redirecting...</title>
9
+ </head>
10
+ <body>
11
+ <p>
12
+ Redirecting. If you are not redirected automatically, follow the
13
+ <a href="https://github.com/choi403/DiffusionGuard">link</a>.
14
+ </p>
15
+ </body>
16
+</html>
0 commit comments