forked from oracle-samples/cerner-smart-embeddable-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
18 lines (16 loc) · 680 Bytes
/
Copy pathexample.html
File metadata and controls
18 lines (16 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en" hidden>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Example SMART Application</title>
<link rel='stylesheet' type='text/css' href='../dist/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
</head>
<body>
<!-- app's code here -->
<script src='path/to/babel-polyfill.js'></script>
<script src='../dist/js/cerner-smart-embeddable-lib-1.0.0.min.js'></script>
<!-- Optional. Override when the default height calculation does not fit your need. -->
<script src='path/to/override-height-calculation.js'></script>
</body>
</html>