-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhealth.html
More file actions
18 lines (16 loc) · 709 Bytes
/
health.html
File metadata and controls
18 lines (16 loc) · 709 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='Content-Type' content='text/html; charset=utf-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<title>[GitHub username] Scheduling App</title>
<link rel='stylesheet' type='text/css' href='./lib/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
</head>
<body>
<!-- Required JS files to enable this page to embed within an MPage -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js'></script>
<script src='./lib/js/cerner-smart-embeddable-lib-1.0.0.min.js'></script>
<img src='./src/images/batman.gif' alt='Batman'>
<p>Healthy!</p>
</body>
</html>