-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
53 lines (49 loc) Β· 1.48 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LetsMarkdown.com</title>
<meta
property="og:title"
content="LetsMarkdown.com β’ Write Markdown Together"
/>
<meta
property="og:image"
content="https://LetsMarkdown.com/static/social.png"
/>
<meta
name="description"
property="og:description"
content="The easiest way to collaboratively write markdown files with others on the Internet, supporting live preview."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="keywords"
content="write markdown, markdown preview, markdown, collaboration, share markdown, create markdown, make markdown"
/>
<link
href="https://fonts.googleapis.com/css?family=Raleway:400,300,600"
rel="stylesheet"
type="text/css"
/>
<!-- Global site tag (gtag.js) - Google Analytics
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Q5JBE0TK39"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-Q5JBE0TK39");
</script> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>