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

gitignore

parent b7ae35b8
*.tar.xz /app/*.js
/app/*.js.map
/node_modules/ /node_modules/
/build1/
/build2/
/build3/
/build4/
/dist/ /dist/
/typings/ /typings/
/npm-dubug.log /npm-dubug.log
/nbproject/
/.idea/ /.idea/
.DS_Store .DS_Store
Thumbs.db
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> <html>
<head> <head>
<base href="."> <!--<base href=".">-->
<title>Angular 2 QuickStart</title> <title>MyCard</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <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 --> <!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers --> <!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/core-js/client/shim.min.js"></script>
...@@ -14,14 +15,12 @@ ...@@ -14,14 +15,12 @@
<!-- 2. Configure SystemJS --> <!-- 2. Configure SystemJS -->
<script src="systemjs.config.js"></script> <script src="systemjs.config.js"></script>
<script> <script>
System.import('app').catch(function (err) { System.import('app')
console.error(err);
});
</script> </script>
</head> </head>
<!-- 3. Display the application --> <!-- 3. Display the application -->
<body> <body>
<my-app>Loading...</my-app> <mycard>Loading...</mycard>
</body> </body>
</html> </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