mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-03-12 09:30:30 +00:00
17 lines
379 B
HTML
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>
|