sake-app/index.html

14 lines
320 B
HTML
Raw Normal View History

2023-07-26 19:33:29 +02:00
<!DOCTYPE html>
<html lang="en">
2023-07-30 11:53:27 +02:00
<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>
2023-07-30 11:53:27 +02:00
<script type="module" src="src/main.js"></script>
</body>
2023-07-26 19:33:29 +02:00
</html>