-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (20 loc) · 757 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (20 loc) · 757 Bytes
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
<!DOCTYPE html>
<html lang="">
<head>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Angular2 Webpack Starter by @gdi2990 from @AngularClass">
<!-- use http://www.favicon-generator.org/ to replace files in public/icon-->
<meta name="msapplication-TileColor" content="#00bcd4">
<meta name="msapplication-TileImage" content="/icon/ms-icon-144x144.png">
<meta name="theme-color" content="#00bcd4">
<!-- end favicon -->
<!--base url
<base href="/">-->
</head>
<body ng-app="app">
<feature-directive></feature-directive>
</body>
</html>