-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (14 loc) · 763 Bytes
/
index.html
File metadata and controls
15 lines (14 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AngularExample</title>
<!-- <base href="/"> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./dist/favicon.ico">
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<app-root></app-root>
<script type="text/javascript" src="./dist/inline.bundle.js"></script><script type="text/javascript" src="./dist/polyfills.bundle.js"></script><script type="text/javascript" src="./dist/styles.bundle.js"></script><script type="text/javascript" src="./dist/vendor.bundle.js"></script><script type="text/javascript" src="./dist/main.bundle.js"></script></body>
</html>