23 lines
698 B
HTML
23 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="theme-color" content="#3C0576">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="manifest" href="%svelte.assets%/manifest.json">
|
|
<link type="text/plain" rel="author" href="%svelte.assets%/humans.txt">
|
|
|
|
<link rel="icon" type="image/png" sizes="64x64" href="%svelte.assets%/images/favicon.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="%svelte.assets%/images/siteicon.png">
|
|
%svelte.head%
|
|
</head>
|
|
|
|
<body>
|
|
%svelte.body%
|
|
|
|
<script>
|
|
document.body.style.opacity = '0'
|
|
</script>
|
|
</body>
|
|
</html> |