-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.58 KB
/
index.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
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Canvas is a powerful tool for Laravel apps that makes it easy to write, edit, and brand your work with a range of publishing tools."
/>
<meta property="og:url" content="https://trycanvas.app" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Canvas is a powerful tool for Laravel apps that makes it easy to write, edit, and brand your work with a range of publishing tools."
/>
<meta property="og:title" content="Canvas ― Publishing on your own terms" />
<meta property="og:image" content="/social.png" />
<meta property="og:site_name" content="Canvas" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Canvas — Publishing on your own terms"
/>
<meta name="twitter:image" content="/social.png" />
<meta
name="twitter:description"
content="Canvas is a powerful tool for Laravel apps that makes it easy to write, edit, and brand your work with a range of publishing tools."
/>
<link rel="icon" type="image/x-icon" href="/favicon.png" />
<link rel="canonical" href="https://trycanvas.app" />
<link rel="preload" as="image" href="/editor.png" />
<title>Canvas — Publishing on your own terms</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>