From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants <atatiyan@gmail.com> Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- app/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app/index.html (limited to 'app/index.html') 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> -- cgit v1.2.3