We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4198b7 commit ae30f41Copy full SHA for ae30f41
1 file changed
index.html
@@ -1,14 +1,14 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en">
3
<head>
4
<!-- This seems to be our only option to redirect
5
https://til.simonwillison.net/github/github-pages#user-content-custom-redirects-are-not-supported
6
7
We should probably just redirect via Cloudflare
8
-->
9
- <meta http-equiv="refresh" content="0; url=/v7/" />
+ <meta http-equiv="refresh" content="0; url=/v8/" />
10
</head>
11
<body>
12
- <p>Redirecting to <a href="/v7">v7</a>...</p>
+ <p>Redirecting to <a href="/v8/">v8</a>...</p>
13
</body>
14
</html>
0 commit comments