aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-03 17:17:48 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-03 17:17:48 -0800
commit5310ac7d8eb1838a6297117bc7f9fca70291f46a (patch)
tree28f54b184cb85f04e6d6720dd03258f3728fedde /app/index.html
initial commit
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/app/index.html b/app/index.html
new file mode 100644
index 0000000..a43262e
--- /dev/null
+++ b/app/index.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <title><%= APP_TITLE %></title>
+ <meta name="description" content="">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- inject:css -->
+ <!-- endinject -->
+</head>
+<body>
+
+ <app>Loading...</app>
+
+ <!-- shims:js -->
+ <!-- endinject -->
+
+ <script>System.config(<%= JSON.stringify(SYSTEM_CONFIG) %>)</script>
+
+ <!-- libs:js -->
+ <!-- endinject -->
+
+ <script>
+ System.import('bootstrap');
+ </script>
+
+ <!-- inject:js -->
+ <!-- endinject -->
+
+</body>
+</html>