tidy app.html

pull/6811/head
Conduitry 5 years ago
parent a53ec999cd
commit b9af963f25

@ -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'>
@ -18,13 +18,9 @@
<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>

Loading…
Cancel
Save