Skip to content

Commit 52011bd

Browse files
committed
[subfolder] add docs redirection
1 parent 3fc64ce commit 52011bd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/docs/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title></title>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="refresh" content="0; url=https://becomtweaks.gitbook.io/docs">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link href="css/style.css" rel="stylesheet">
9+
<style>
10+
@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap");
11+
body {
12+
background-color: black;
13+
color: white;
14+
font-family: "Pixelify Sans";
15+
display: flex;
16+
justify-content: center;
17+
align-items: center;
18+
height: 100vh;
19+
margin: 0;
20+
flex-direction: column;
21+
text-align: center;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<p>Redirecting to <a href="https://becomtweaks.gitbook.io/docs">https://becomtweaks.gitbook.io/docs</a></p>
27+
<p>If you were not redirected, click the link above.</p>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)