Added local storage for directories and generic file parser

This commit is contained in:
simon
2018-02-13 10:04:07 -05:00
parent 09acdc762a
commit fec23d40d9
41 changed files with 1543 additions and 185 deletions

10
templates/layout.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Layout Title</title>
</head>
<body>
</body>
</html>