-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 946 Bytes
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>rDesk - medical support</title>
<!-- Application styles. -->
<!-- build:[href] /styles.min.css -->
<link rel="stylesheet" href="/app/styles/index.css">
<!-- /build -->
</head>
<body>
<!-- Application container. -->
<section id="app">
<header id="header"></header>
<section id="main" class="container">
<!-- <input id="toggle-all" type="checkbox"> -->
<!-- <label for="toggle-all">Mark all as complete</label> -->
<!-- <ul id="todo-list"></ul> -->
</section>
<footer id="footer"></footer>
</section>
<!-- Application source. -->
<!-- build:[src] /source.min.js -->
<script src="/bower_components/requirejs/require.js"
data-main="/app/config"></script>
<!-- /build -->
</body>
</html>