Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 6b5630f

Browse files
committed
chore: wip index.html
1 parent 4e2aa50 commit 6b5630f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

index.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<title>Angular 2 Examples by @gdi2990 from @AngularClass</title>
5+
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="description" content="Angular2 Webpack Starter by @gdi2990 from @AngularClass">
10+
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
11+
<!-- base url -->
12+
<base href="/">
13+
<!--
14+
Angular 2
15+
ES6 browser shim
16+
-->
17+
<script src="/lib/es6-shim.js"></script>
18+
</head>
19+
<body>
20+
21+
<app>
22+
Loading...
23+
</app>
24+
25+
<!-- Common files to be cached -->
26+
<script src="/__build__/common.js"></script>
27+
<!-- Angular2 files -->
28+
<script src="/__build__/angular2.js"></script>
29+
<!-- App script -->
30+
<script src="/__build__/app.js"></script>
31+
</body>
32+
</html>

0 commit comments

Comments
 (0)