-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 881 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HELLO, NDS — redirecting…</title>
<meta http-equiv="refresh" content="0; url=./joe_gebbia_nds_skill_package/hello-nds.html">
<link rel="canonical" href="./joe_gebbia_nds_skill_package/hello-nds.html">
<style>
body{font-family:'Helvetica Neue',Arial,sans-serif;background:#F5F5F3;color:#111;margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:24px}
a{color:#D23B30;text-decoration:none;border-bottom:2px solid #D23B30;font-weight:700}
</style>
</head>
<body>
<div>
<p style="font-family:'Space Mono',monospace;font-size:11px;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:12px">Redirecting →</p>
<p>If you are not redirected, open <a href="./joe_gebbia_nds_skill_package/hello-nds.html">HELLO, NDS</a>.</p>
</div>
</body>
</html>