Skip to content

Commit b5fcb9a

Browse files
author
Sachin Maheshwari
committed
adding index.html
1 parent 931a683 commit b5fcb9a

File tree

1 file changed

+52
-11
lines changed

1 file changed

+52
-11
lines changed

web-assets/static-pages/index.html

Lines changed: 52 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,58 @@
11
<!DOCTYPE html>
2-
<html>
3-
4-
<head>
2+
<html lang="en">
3+
<head>
54
<title>Auth0</title>
65
<meta charset="utf-8" />
7-
<script language="javascript" type="text/javascript" src="./setupAuth0.js"></script>
8-
</head>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<link rel="shortcut icon" href="./images/favicon.ico" />
9+
<script src="./setupAuth0.js"></script>
10+
<script type="text/javascript" src="https://cdn.userway.org/widget.js"></script>
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"
13+
rel="stylesheet"
14+
/>
15+
<link rel="stylesheet" href="./styles.css" />
16+
</head>
917

10-
<body>
11-
Loaded...redirecting to auth0.(see browser console log)
18+
<body class="center-align-card">
19+
<!-- Page Wrapper -->
20+
<div class="page-wrapper">
21+
<!-- For ADA - Skip to Content Area -->
22+
<a class="action skip" href="#contentarea">Skip to Content</a>
23+
<!-- Page Content Area - Header + Main content -->
24+
<div class="page-content">
25+
<header class="header">
26+
<a href="/" class="logo-link">
27+
<img
28+
src="./images/logo.png"
29+
alt="Topcoder Logo"
30+
width="94"
31+
height="30"
32+
/>
33+
</a>
34+
</header>
35+
<main id="main" class="page-main">
36+
<a id="contentarea" tabindex="-1"></a>
37+
<h1 id="page-title-heading" class="page-title-heading">loading...</h1>
38+
<p class="page-description">
39+
Wait - Login pop-up is loading...
40+
</p>
41+
</main>
42+
</div>
43+
<footer class="footer">
44+
<div class="copyright-text">
45+
<strong>&copy;</strong> 2020 Topcoder. All Rights Reserved
46+
</div>
47+
<a
48+
class="privacy-policy"
49+
href="https://www.topcoder.com/privacy-policy/"
50+
>Privacy Policy</a
51+
>
52+
</footer>
53+
</div>
1254
<script>
13-
window.onload = authSetup;
55+
window.onload = authSetup;
1456
</script>
15-
</body>
16-
17-
</html>
57+
</body>
58+
</html>

0 commit comments

Comments
 (0)