mirror of https://github.com/ElemeFE/element
first commit
commit
666cf90c91
|
@ -0,0 +1,12 @@
|
|||
*.swp
|
||||
*.DS_Store
|
||||
.sass-cache
|
||||
*.log
|
||||
bower_components
|
||||
node_modules
|
||||
.idea
|
||||
examples/
|
||||
fe.element/
|
||||
fe.element_build.yml
|
||||
lib/
|
||||
packages/
|
|
@ -0,0 +1,10 @@
|
|||
<!doctype>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Testing</title>
|
||||
</head>
|
||||
<body>
|
||||
<h4> It works</h4>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue