15 lines
571 B
HTML
15 lines
571 B
HTML
<!doctype html>
|
|
<html lang="%lang%" data-theme="tiraya">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
|
|
<meta name="description" content="Free open source music streaming service" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<title>Tiraya</title>
|
|
<body data-sveltekit-preload-data="tap">
|
|
<noscript>Please enable JavaScript to run the Tiraya application</noscript>
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|