chore: initial commit

This commit is contained in:
tibing 2017-04-11 19:09:02 +03:00
commit 1fb884a633
30 changed files with 6568 additions and 0 deletions

14
src/index.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>@nga/framework</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<nga-app-root>Loading...</nga-app-root>
</body>
</html>