mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
23 lines
735 B
HTML
23 lines
735 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<link rel="stylesheet" href="/dist/css/ionic.css" />
|
|
<script src="/jspm_packages/system.js"></script>
|
|
<script src="/jspm-config.js"></script>
|
|
<script src="https://cdn.rawgit.com/angular/zone.js/v0.4.1/zone.js"></script>
|
|
<script src="https://cdn.rawgit.com/angular/zone.js/v0.4.1/long-stack-trace-zone.js"></script>
|
|
<script src="https://cdn.rawgit.com/robwormald/50b6b855a6ce21af6967/raw/aa9e1c0eed78defd890ccfcc50c4b4648d4d891d/angular2.js"></script>
|
|
</head>
|
|
<body>
|
|
<%= contents %>
|
|
</body>
|
|
<script>
|
|
System.import('./main');
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|