|
@@ -1,9 +1,12 @@
|
|
-<!DOCTYPE html>
|
|
|
|
-<html>
|
|
|
|
- <head>
|
|
|
|
- <meta http-equiv="Refresh" content="0; url='https://fiffty-50.github.io/openpilotlog/html/index.html'" />
|
|
|
|
- </head>
|
|
|
|
- <body>
|
|
|
|
- <p>Please follow <a href="https://fiffty-50.github.io/openpilotlog/html/index.html">this link</a>.</p>
|
|
|
|
- </body>
|
|
|
|
|
|
+<!DOCTYPE HTML>
|
|
|
|
+<html lang="en-US">
|
|
|
|
+ <head>
|
|
|
|
+ <meta charset="UTF-8">
|
|
|
|
+ <meta http-equiv="refresh" content="1;url=html/index.html">
|
|
|
|
+ <title>Page Redirection</title>
|
|
|
|
+ </head>
|
|
|
|
+ <body>
|
|
|
|
+ If you are not redirected automatically,
|
|
|
|
+ follow the <a href="html/index.html">link to the documentation</a>
|
|
|
|
+ </body>
|
|
</html>
|
|
</html>
|