- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
18 lines (17 loc) · 521 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (17 loc) · 521 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<htmlng-app="blocksApp">
<head>
<metacharset="UTF-8">
<title>Blocks App</title>
<linkrel="stylesheet" type="text/css" href="css/style.css">
<scriptsrc="libs/angular.min.js"></script>
<scriptsrc="app/app.js"></script>
<scriptsrc="app/my-app.component.js"></script>
<scriptsrc="app/block/my-block.component.js"></script>
<scriptsrc="app/controls/my-controls.component.js"></script>
<scriptsrc="app/status/my-status.component.js"></script>
</head>
<body>
<my-app></my-app>
</body>
</html>