You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.4 KiB
41 lines
1.4 KiB
<!DOCTYPE html> |
|
<html class="light" lang="en"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<title>Sveltekit Starter</title> |
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
|
<link rel="apple-touch-icon" type="image/x-icon" href="/favicon.ico" /> |
|
<link rel="manifest" href="/site.webmanifest" /> |
|
<link |
|
rel="preload" |
|
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" |
|
as="style" |
|
onload="this.onload=null;this.rel='stylesheet'" |
|
/> |
|
<link |
|
rel="preload" |
|
href="https://fonts.googleapis.com/icon?family=Material+Icons" |
|
as="style" |
|
onload="this.onload=null;this.rel='stylesheet'" |
|
/> |
|
<noscript> |
|
<link |
|
rel="stylesheet" |
|
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" |
|
/> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> |
|
</noscript> |
|
|
|
%svelte.head% |
|
</head> |
|
<body> |
|
<div id="starter">%svelte.body%</div> |
|
</body> |
|
<noscript> |
|
<div class="flex flex-col max-h-full min-h-full h-full w-full min-w-full max-w-full"> |
|
<p> Please enable JavaScript to continue using this application. </p> |
|
</div> |
|
</noscript> |
|
</html>
|
|
|