-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathroot-bare-template.html
More file actions
94 lines (72 loc) · 1.58 KB
/
root-bare-template.html
File metadata and controls
94 lines (72 loc) · 1.58 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
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
88
89
90
91
92
93
94
<?xml version="1.0" encoding="UTF-8"?>
<html xml:lang="en" lang="en">
<head>
<title>FHIRsmith: [%title%]</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="http://hl7.org/fhir" name="author"/>
<meta charset="utf-8" http-equiv="X-UA-Compatible" content="IE=edge" />
<style>
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
font-size: 12px;
color: #333;
}
h2 {
font-size: 20px;
margin: 0.67em 0;
}
h6 {
font-size: 12px;
margin: 0.67em 0;
}
strong {
font-weight: bold;
}
p {
margin: 1em 0;
}
canvas {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.mb-4 {
margin-bottom: 1.5rem;
}
</style>
</head>
<body style="margin-left: 10px">
<h2>[%title%] </h2>
[%content%]
<!-- JS and analytics only. -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- <script src="/assets/js/jquery.js"/> -->
<script src="/assets/js/bootstrap.min.js"/>
<script src="/assets/js/respond.min.js"/>
<script src="/assets/js/fhir.js"/>
<!-- Analytics Below
================================================== -->
</body>
</html>