-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
33 lines (31 loc) · 1.83 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> <link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/cosmo/bootstrap.min.css">
</head>
<body>
<ul>
<li><a href="#">Logo</a></li>
<li style="float:right"><a class="active" href="#">last data update: 23/10/2021</a></li>
</ul>
<iframe id="fid" src="http://0.0.0.0:8050 " title="covid mvp">
</iframe>
<div class="row footer">
<div class="ml-2 col-2 col-xl-1">
<a href="https://cidgoh.ca/" rel="noopener noreferrer" target="_blank">
<img src="cidgoh_logo.png" style="height: 15vh;">
</a>
</div>
<div class="col">The results here are in whole or part based upon data hosted at the Canadian VirusSeq Data Portal:
https://virusseq-dataportal.ca/. We wish to acknowledge the following organisations/laboratories for contributing data to the Portal:
Canadian Public Health Laboratory Network (CPHLN), CanCOGGeN VirusSeq, Saskatchewan - Roy Romanow Provincial Laboratory(RRPL),
Nova Scotia Health Authority, Alberta ProvLab North(APLN), Queen's University / Kingston Health Sciences Centre, National Microbiology Laboratory(NML),
BCCDC Public Health Laboratory, Public Health Ontario(PHO), Newfoundland and Labrador - Eastern Health, Unity Health Toronto, Ontario Institute for Cancer Research(OICR),
Manitoba Cadham Provincial Laborator, and Manitoba Cadham Provincial Laboratory.
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>