Moved loads of stuff

This commit is contained in:
2017-02-27 11:17:16 +00:00
parent a96d786e23
commit 2b323470b4
44 changed files with 4 additions and 4 deletions

17
src/index.html Normal file
View File

@ -0,0 +1,17 @@
<html>
<head>
<title>Cryptography Assistant</title>
</head>
<body>
<div id="header">
<a href="#" id="projectName">New Diagram</a>
<a href="#" id="import">Open File</a>
<a href="#" id="export">Save</a>
<input type="file" id="importUpload"></input>
</div>
<div id="blocks">
</div>
<div id="workspace">
</div>
</body>
</html>