-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.64 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.64 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
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Kara — Own your medical data. Improve research.</title>
<meta name="description" content="Kara - Own your medical data. Improve research.">
<meta name="keywords" content="Data Market, Blockchain, Health">
<!-- static CSS -->
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css" rel="stylesheet"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.4.1/cropper.min.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<link rel="stylesheet" href="./static/css/styles-merged.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/4.2.0/firebaseui.css" />
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<footer role="contentinfo" class="probootstrap-footer">
<div class="container">
<div class="row mt40">
<div class="col-md-12 text-center">
<p>
<small>© 2019 <a href="#" target="_blank">Kara Cloud</a>.<br>
</p>
</div>
</div>
</div>
</footer>
<!-- TODO: Remove centralized test database -->
<!-- <script src="https://www.gstatic.com/firebasejs/5.3.0/firebase.js"></script> -->
</html>