|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<base href='/'>
|
|
|
|
<base href='/'>
|
|
|
|
|
|
|
|
|
|
|
|
<link href=global.css rel=stylesheet>
|
|
|
|
<link rel='stylesheet' href='global.css'>
|
|
|
|
<link href=prism.css rel=stylesheet>
|
|
|
|
<link rel='stylesheet' href='prism.css'>
|
|
|
|
<link rel='manifest' href='manifest.json'>
|
|
|
|
<link rel='manifest' href='manifest.json'>
|
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
|
|
|
|
|
|
|
|
|
|
@ -17,14 +17,10 @@
|
|
|
|
<meta name='twitter:creator' content='@sveltejs'>
|
|
|
|
<meta name='twitter:creator' content='@sveltejs'>
|
|
|
|
<meta name='twitter:image' content='https://svelte.dev/images/twitter-card.png'>
|
|
|
|
<meta name='twitter:image' content='https://svelte.dev/images/twitter-card.png'>
|
|
|
|
<meta name='og:image' content='https://svelte.dev/images/twitter-card.png'>
|
|
|
|
<meta name='og:image' content='https://svelte.dev/images/twitter-card.png'>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- This contains the contents of the <svelte:head> component, if
|
|
|
|
|
|
|
|
the current page has one -->
|
|
|
|
|
|
|
|
%svelte.head%
|
|
|
|
%svelte.head%
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<!-- The application will be rendered inside this element,
|
|
|
|
<div id='svelte'>%svelte.body%</div>
|
|
|
|
because `app/client.js` references it -->
|
|
|
|
|
|
|
|
<div id="svelte">%svelte.body%</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|