Skip to content

Commit 59500df

Browse files
committed
deploy e589f59 (e589f59)
1 parent 86b6dcb commit 59500df

23 files changed

Lines changed: 283 additions & 1405 deletions

.nojekyll

Whitespace-only changes.

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>Auth – HealthDataSafe</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>

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
demo-account.datasafe.dev
1+
demo-account.datasafe.dev

access/access.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/change-password.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/register.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/reset-password.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/signinhub.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

access/static

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)