🚧 Switch to monorepo with Turbo
This commit is contained in:
23
apps/website/src/app.html
Normal file
23
apps/website/src/app.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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="%sveltekit.assets%/manifest.json">
|
||||
<link type="text/plain" rel="author" href="%sveltekit.assets%/humans.txt">
|
||||
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="/images/favicon.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/siteicon.png">
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
|
||||
<script>
|
||||
document.body.style.opacity = '0'
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user