Skip to content

Commit f890013

Browse files
authored
Create index.html
1 parent 76962f6 commit f890013

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)