-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.17 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.17 KB
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
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BBL Data Catalog</title>
<meta http-equiv="refresh" content="0; url=prototype-main/">
<link rel="canonical" href="prototype-main/">
<link rel="icon" href="prototype-main/assets/swiss-logo-flag.svg" type="image/svg+xml">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
padding: 48px 32px;
max-width: 640px;
margin: 0 auto;
color: #111827;
line-height: 1.5;
}
a { color: #e53940; }
h1 { font-size: 1.25rem; font-weight: 600; margin: 0 0 12px; }
p { margin: 8px 0; color: #6b7280; }
</style>
</head>
<body>
<h1>BBL Data Catalog</h1>
<p>Redirecting to the main catalog prototype… If nothing happens, <a href="prototype-main/">click here</a>.</p>
<p>Looking for a different prototype? See the <a href="https://github.com/bbl-dres/data-catalog#prototypes">full list</a>.</p>
<script>window.location.replace('prototype-main/');</script>
</body>
</html>