-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 709 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 709 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
27
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Design & ML Playbook</title>
<meta http-equiv="refresh" content="0; url=site/index.html">
<link rel="canonical" href="site/index.html">
<style>
body {
margin: 0;
font-family: system-ui, sans-serif;
background: #0f172a;
color: #f1f5f9;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: center;
}
a { color: #2dd4bf; }
</style>
</head>
<body>
<p>Redirecting… <a href="site/index.html">Click here if not redirected.</a></p>
</body>
</html>