forked from Tsuzat/Edra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
26 lines (26 loc) · 1.05 KB
/
app.html
File metadata and controls
26 lines (26 loc) · 1.05 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Edra | Best rich text editor for Svelte Developers</title>
<meta name="robots" content="index,follow">
<meta name="description" content="Edra is a best rich text editor made for Svelte developers" />
<meta name="author" content="Alok 'Tsuzat' Singh" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Edra | Best rich text editor for Svelte" />
<meta
property="og:description"
content="Edra is a best rich text editor made for Svelte developers"
/>
<meta
name="keywords"
content="svelte, rich text editor, editor, wysiwyg, markdown, tailwind, tiptap, sveltekit, block editor, notion, prosemirror, headless, component based, easy to use, easy to integrate"
/>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div>%sveltekit.body%</div>
</body>
</html>