-
Notifications
You must be signed in to change notification settings - Fork 2
/
index-app.html
27 lines (26 loc) · 1.42 KB
/
index-app.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>e-golem online</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<script src="bodylightweb.bundle.js"></script>
</head>
<body aurelia-app="main" style="max-width:1920px;margin:auto">
<bd-header1 indexlink="index.html" aboutlink="about-app.html"></bd-header1>
<bd-panels t="[title]case-report-panel-title">
<br />
<bd-panel2 href="dka/" icon="img/vymenaPlynu.png" t="[title]dka-title;[content]dka-description"></bd-panel2>
<bd-panel2 href="irm/" icon="img/Zelezo.png" t="[title]irm-title;[content]irm-description"></bd-panel2>
<bd-panel2 href="hv2/" icon="img/PostavaObeh.png" t="[title]hv2-title;[content]hv2-description"></bd-panel2>
</bd-panels>
<bd-panels t="[title]panel1-title">
<bd-panel2 href="hemodynamics/index.html" icon="img/PostavaObeh.png" t="[title]hemodynamics;[content]hemodynamics-description"></bd-panel2>
<bd-panel2 href="ironmetabolism/index.html" icon="img/Zelezo.png" t="[title]iron-metabolism;[content]iron-metabolism-description" ></bd-panel2>
<bd-panel2 href="circulation/index.html" icon="img/Obeh.png" t="[title]circulation;[content]circulation-description"></bd-panel2>
<bd-panel2 href="bloodgases/index.html" icon="img/vymenaPlynu.png" t="[title]blood-gases;[content]blood-gases-description"></bd-panel2>
</bd-panels>
<bd-footer1></bd-footer1>
</body>
</html>