-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 584 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 584 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=Tutorial/tutorial_demo.html">
<title>The Signet - Redirecting...</title>
<style>
body {
background: #121212;
color: #ddd;
font-family: system-ui, sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
a {
color: #8AB4F8;
}
</style>
</head>
<body>
<p>Redirecting to <a href="Tutorial/tutorial_demo.html">The Signet Tutorial</a>...</p>
</body>
</html>