-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.34 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--
Using a dummy 'index.html' at ROOT to redirect: 'https://stackoverflow.com/questions/25320356/can-i-have-my-github-pages-index-html-in-a-subfolder-of-the-repository/25327759#25327759'.
- GitHub pages 'index/html' file: 'https://docs.github.com/en/pages/getting-started-with-github-pages/troubleshooting-404-errors-for-github-pages-sites#indexhtml-file'.
- GitHub example: 'https://gist.github.com/jaredchu/c4e9575f65feaab8c7c100b2ee618906'.
- HubsPot guideline: 'https://blog.hubspot.com/website/html-redirect'.
- W3Org example: 'https://www.w3.org/TR/WCAG20-TECHS/H76.html'.
-->
<title>Redirect...</title>
<meta http-equiv="Refresh" content="1; URL='./rsrcs/io_inputs/app/config/web_pages/01/home.html'" />
</head>
<body style="background-color: #0D1117; color: #F6F6F6;">
<!--
Add a fallback method for old browsers that might generate conflict with 'meta' element.
- Example: 'https://stackoverflow.com/questions/5411538/how-to-redirect-one-html-page-to-another-on-load/5411567#5411567'.
-->
<p>This page has been moved. If you are not re-directed within 1 second(s), click <a href="./rsrcs/io_inputs/app/config/web_pages/01/home.html">here</a>.</p>
</body>
</html>