CryptoAssist/client/src/index.html

17 lines
332 B
HTML
Raw Normal View History

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>