Skip to content

Commit aef3c38

Browse files
committed
deploy adb83b7 (adb83b78ea94f762d6480cb32e0cce9f99dc496f)
1 parent 1b00751 commit aef3c38

7 files changed

Lines changed: 143 additions & 2 deletions

File tree

docs/404.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>HDS Onboarding</title>
6+
<script type="text/javascript">
7+
// Single Page Apps for GitHub Pages
8+
// MIT License
9+
// https://github.com/rafgraph/spa-github-pages
10+
var pathSegmentsToKeep = 0;
11+
12+
var l = window.location;
13+
l.replace(
14+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
15+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
16+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
17+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
18+
l.hash
19+
);
20+
</script>
21+
</head>
22+
<body>
23+
</body>
24+
</html>

docs/assets/index-BIKldtiP.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/index-Dd0y8QAv.js

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
11
<!DOCTYPE html>
2-
<html><head><meta charset="utf-8"><title>HDS Onboarding (prod)</title></head>
3-
<body><p>HDS onboarding-pages prod — pending first deploy. See <a href="https://demo-onboard.datasafe.dev">demo-onboard.datasafe.dev</a>.</p></body></html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>HDS Onboarding</title>
7+
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
8+
<meta http-equiv="pragma" content="no-cache" />
9+
<meta http-equiv="expires" content="0" />
10+
<meta name="description" content="Welcome to HDS — guided onboarding" />
11+
<meta name="author" content="Health Data Safe" />
12+
13+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" />
14+
<script type="module" crossorigin src="/assets/index-Dd0y8QAv.js"></script>
15+
<link rel="stylesheet" crossorigin href="/assets/index-BIKldtiP.css">
16+
</head>
17+
18+
<body>
19+
<!-- SPA redirect handler for GitHub Pages (spa-github-pages) -->
20+
<script type="text/javascript">
21+
(function(l) {
22+
if (l.search[1] === '/' ) {
23+
var decoded = l.search.slice(1).split('&').map(function(s) {
24+
return s.replace(/~and~/g, '&')
25+
}).join('?');
26+
window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash);
27+
}
28+
}(window.location))
29+
</script>
30+
<div id="root"></div>
31+
</body>
32+
</html>

docs/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

docs/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"serviceInfoUrl": "https://reg.api.datasafe.dev/service/info"
3+
}

docs/version.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"commit": "adb83b78ea94f762d6480cb32e0cce9f99dc496f",
3+
"commitShort": "adb83b7",
4+
"branch": "main",
5+
"buildDate": "2026-05-06T06:56:56Z"
6+
}

0 commit comments

Comments
 (0)