16 lines
464 B
HTML
16 lines
464 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="icon" href="favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sub-Address KEy</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="src/main.js"></script>
|
|
<noscript>
|
|
<p>This application's main purpose is to compute values on the client side, therefore JavaScript is required.</p>
|
|
</noscript>
|
|
</body>
|
|
</html>
|