Moved loads of stuff
This commit is contained in:
17
src/index.html
Normal file
17
src/index.html
Normal 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>
|
Reference in New Issue
Block a user