-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 951 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vercel + GitHub + Auth0 = ❤️</title>
<link
rel="shortcut icon"
href="https://cdn.auth0.com/styleguide/components/1.0.8/media/logos/img/favicon.png"
/>
<link
rel="preload"
as="font"
type="font/woff2"
href="https://cdn.auth0.com/styleguide/core/2.0.1/fonts/fakt/FaktPro-Normal.woff2"
crossorigin
/>
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="services/environment.js"></script>
</head>
<body>
<ul id="navbar" class="navigation" role="navigation"></ul>
<div id="content" class="content">
<h1>Loading...</h1>
</div>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13.5/auth0-spa-js.production.js"></script>
<script src="app.js"></script>
</body>
</html>