mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
a sloth, by any other name would be as slow
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
<link href="/css/ionic.css" rel="stylesheet">
|
||||
<link href="/../../../../dist/css/ionic.css" rel="stylesheet">
|
||||
<!--
|
||||
<script src="/../../../node_modules/angular2/node_modules/zone.js/dist/zone.js"></script>
|
||||
<script src="/../../../node_modules/reflect-metadata/Reflect.js"></script>
|
||||
@ -32,7 +32,8 @@
|
||||
<script src="/../../../../scripts/component/babel-external-helpers.js" type="text/javascript"></script><script src="/../../../../scripts/component/Reflect.js" type="text/javascript"></script>
|
||||
<script src="/../../../../scripts/component/system.src.js"></script>
|
||||
<script src="/../../../../config.js"></script>
|
||||
<script src="/../../../../build.js"></script>
|
||||
<script src="/../../../../dist/js/dependencies.js"></script>
|
||||
<script src="/../../../../dist/js/ionic.bundle.js"></script>
|
||||
<!-- <script src="../../../../bundle.js"></script> -->
|
||||
<script type="text/javascript">System.import(window.location.pathname.substring(1) + 'index').then(function(m) { m.main(); }, console.error.bind(console))</script>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user