We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76962f6 commit f890013Copy full SHA for f890013
1 file changed
index.html
@@ -0,0 +1,26 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>Redirecting to github.com/libre-webui/</title>
6
+ <meta http-equiv="refresh" content="0; URL=https://github.com/libre-webui">
7
+ <link href="https://github.com/libre-webui" rel="me">
8
+ <link href="https://librewebui.org/" rel="me">
9
+ <link href="https://fosstodon.org/@librewebui" rel="me">
10
+ </head>
11
+ <body style="margin: 0; padding: 0">
12
+ <a
13
+ href="https://github.com/libre-webui"
14
+ style="
15
+ display: block;
16
+ height: 100vh;
17
+ width: 100vw;
18
+ margin: 0;
19
+ padding: 0;
20
+ color: white;
21
+ "
22
+ >
23
+ github.com/libre-webui
24
+ </a>
25
+ </body>
26
+</html>
0 commit comments