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.
22 lines
628 B
22 lines
628 B
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="theme-color" content="#eb5422">
|
|
|
|
<link rel="stylesheet" href="/global.css">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<link rel="apple-touch-icon" href="/favicon.png">
|
|
|
|
<!-- This contains the contents of the <svelte:head> component, if
|
|
the current page has one -->
|
|
%svelte.head%
|
|
</head>
|
|
<body>
|
|
<!-- The application will be rendered inside this element,
|
|
because `src/client.js` references it -->
|
|
<div id="svelte">%svelte.body%</div>
|
|
</body>
|
|
</html>
|