first commit

pull/155/head
furybean 2016-09-18 14:28:06 +08:00
commit 666cf90c91
2 changed files with 22 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
*.swp
*.DS_Store
.sass-cache
*.log
bower_components
node_modules
.idea
examples/
fe.element/
fe.element_build.yml
lib/
packages/

10
index.html Normal file
View File

@ -0,0 +1,10 @@
<!doctype>
<html>
<head>
<meta charset="utf-8" />
<title>Testing</title>
</head>
<body>
<h4> It works</h4>
</body>
</html>