Files
atom/static/project.html
2011-08-27 03:55:56 -07:00

22 lines
229 B
HTML

<style>
ul {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
li:hover {
background-color: grey;
}
</style>
<div id='cwd'></div>
<ul id='files'></ul>
<script>
require('project');
</script>