-
Notifications
You must be signed in to change notification settings - Fork 0
/
PDA_preterm.html
87 lines (75 loc) · 1.6 KB
/
PDA_preterm.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<HTML>
<!-- defines the default zoom for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {margin:0;}
/* Floating Header */
.topbar {
overflow: hidden;
background-color: #347;
position: fixed;
top: 0;
width: 100%;
}
.topbar a {
float: center;
display: block;
color: #f2f2f2;
text-align: center;
padding: 10px;
text-decoration: none;
font-size: 16px;
font-family: Arial;
font-weight: bold;
border-style: solid;
border-color: #a3a3c2;
}
.topbar a:hover {
background: #ddd;
color: black;
}
/* Navigation menu bar */
.navbar {
overflow: hidden;
background-color: #347;
position: fixed;
bottom: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 7px 17px;
text-decoration: none;
font-size: 14px;
font-family: Arial;
font-weight: bold;
border-style: solid;
border-color: #a3a3c2;
}
.navbar a:hover {
background: #ddd;
color: black;
}
</style>
<div class="topbar">
<a href="index.html">Pedi CardioRef</a>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<a href="chd.html">CHD</a>
<a href="acquired.html">Acquired</a>
<a href="ep.html">  EP  </a>
<a href="cath.html">Cath</a>
<a href="achd.html">ACHD</a>
<a href="sports.html">Sports</a>
<a href="covid.html">COVID-19</a>
<a href="exercise.html">Exercise</a>
</div>
<img src = "create_graphs/pda_preterm.png" alt = "Algorithm for PDA management in premature infants - Version 2">
<P>Source:
</P>
<a href="index.html">Back to Main</a>