monerod-gui/src/index.html
2024-10-23 17:17:33 +02:00

17 lines
379 B
HTML

<!doctype html>
<html data-bs-theme="dark">
<head>
<meta charset="utf-8">
<title>Monero Daemon</title>
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico">
</head>
<body>
<script>
const global = globalThis;
</script>
<app-root></app-root>
</body>
</html>