-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathapp.html
30 lines (28 loc) · 819 Bytes
/
app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
%sveltekit.head%
<meta name="description" content="ESLint plugin for Svelte using AST" />
<link
rel="icon"
type="image/png"
href="/eslint-plugin-svelte/favicon.png"
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://sveltejs.github.io/eslint-plugin-svelte/favicon.png"
/>
<meta property="og:site_name" content="eslint-plugin-svelte" />
<meta
property="og:description"
content="ESLint plugin for Svelte using AST"
/>
<meta name="twitter:card" content="summary" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="svelte">%sveltekit.body%</div>
</body>
</html>