mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-23 03:59:25 +00:00
13 lines
474 B
HTML
13 lines
474 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="false" data-theme="skeleton">
|
|
<div style="display: contents" class="h-full">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|