Commit 80c350aa authored by 神楽坂玲奈's avatar 神楽坂玲奈

gitignore

parent b7ae35b8
*.tar.xz
/app/*.js
/app/*.js.map
/node_modules/
/build1/
/build2/
/build3/
/build4/
/dist/
/typings/
/npm-dubug.log
/nbproject/
/.idea/
.DS_Store
Thumbs.db
\ No newline at end of file
/fonts/
/replay/
/ygocore/
/mycard.exe
/config.yml
/log.log
/profile.log
/error-程序出错请到论坛反馈.txt
/ruby/
/pkg/
/Gemfile.lock
<html>
<head>
<base href=".">
<title>Angular 2 QuickStart</title>
<!--<base href=".">-->
<title>MyCard</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="styles.css">-->
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
......@@ -14,14 +15,12 @@
<!-- 2. Configure SystemJS -->
<script src="systemjs.config.js"></script>
<script>
System.import('app').catch(function (err) {
console.error(err);
});
System.import('app')
</script>
</head>
<!-- 3. Display the application -->
<body>
<my-app>Loading...</my-app>
<mycard>Loading...</mycard>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment