2017-02-20 14:40:25 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Cryptography Assistant</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
2017-02-26 23:38:06 +00:00
|
|
|
<a href="#" id="import">Open File</a>
|
|
|
|
<a href="#" id="export">Save</a>
|
|
|
|
<input type="file" id="importUpload"></input>
|
2017-02-20 14:40:25 +00:00
|
|
|
</div>
|
|
|
|
<div id="blocks">
|
|
|
|
</div>
|
|
|
|
<div id="workspace">
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|