-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.min.html
4 lines (4 loc) · 1.26 KB
/
index.min.html
1
2
3
4
<!doctype html><!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""><![endif]--><!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang=""><![endif]--><!--[if IE 8]><html class="no-js lt-ie9" lang=""><![endif]--><!--[if gt IE 8]><!--> <html class=no-js lang=""> <!--<![endif]--> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"> <title></title> <meta name=description content=""> <meta name=viewport content="width=device-width,initial-scale=1"> <link rel=apple-touch-icon href=apple-touch-icon.png> <link href="http://fonts.googleapis.com/css?family=Nunito:400,700,300" rel=stylesheet type=text/css> <style>body {
padding-top: 50px;
padding-bottom: 20px;
}</style> </head> <body class=body> <!--[if lt IE 8]><p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p><![endif]--> <script src=https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-alpha1/jquery.min.js></script> <script src=https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/3.0.3/handlebars.min.js></script> <script src=public/myapp.production.js></script> <script src=tmp/templates.js></script> </body> </html>