CryptoAssist/client/src/index.html

15 lines
223 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">
Header will go here
</div>
<div id="blocks">
</div>
<div id="workspace">
</div>
</body>
</html>