Skip to content

Commit ce6e4f8

Browse files
committed
Merged hdslib2
1 parent 90c51b3 commit ce6e4f8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dr-patient-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
1212
<title>Demo Form - Dr's page</title>
1313
</head>
14-
<script src="https://whatever.backloop.dev:5553/hds-lib.js"></script>
14+
<script src="https://healthdatasafe.github.io/hds-lib-js/hds-lib.js"></script>
1515
<script type="module" src="dr-patient-view-controler.js"></script>
1616

1717
<body style="background-color:powderblue;">

dr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
1212
<title>Demo Form - Dr's page</title>
1313
</head>
14-
<script src="https://whatever.backloop.dev:5553/hds-lib.js"></script>
14+
<script src="https://healthdatasafe.github.io/hds-lib-js/hds-lib.js"></script>
1515
<script type="module" src="dr-controler.js"></script>
1616

1717
<body style="background-color:powderblue;">

patient-history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
1212
<title>Demo Form - Patient's page</title>
1313
</head>
14-
<script src="https://whatever.backloop.dev:5553/hds-lib.js"></script>
14+
<script src="https://healthdatasafe.github.io/hds-lib-js/hds-lib.js"></script>
1515
<script type="module" src="patient-history-controler.js"></script>
1616

1717
<body>

patient-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
1212
<title>Demo Form - Patient's page</title>
1313
</head>
14-
<script src="https://whatever.backloop.dev:5553/hds-lib.js"></script>
14+
<script src="https://healthdatasafe.github.io/hds-lib-js/hds-lib.js"></script>
1515
<script type="module" src="patient-profile-controler.js"></script>
1616

1717
<body>

patient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Inter:300,400">
1212
<title>Demo Form - Patient's page</title>
1313
</head>
14-
<script src="https://whatever.backloop.dev:5553/hds-lib.js"></script>
14+
<script src="https://healthdatasafe.github.io/hds-lib-js/hds-lib.js"></script>
1515
<script type="module" src="patient-home-controler.js"></script>
1616

1717
<body>

0 commit comments

Comments
 (0)