forked from benweet/stackedit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
33 lines (33 loc) · 1.69 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
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>StackEdit</title>
<link rel="canonical" href="https://stackedit.io/app">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="description" content="Free, open-source, full-featured Markdown editor.">
<meta name="robots" content="noindex,nofollow,noarchive,nosnippet">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="/favicon.ico">
<!-- Open Graph (link previews) -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="StackEdit">
<meta property="og:title" content="StackEdit — In-browser Markdown editor">
<meta property="og:description" content="Free, open-source, full-featured Markdown editor.">
<meta property="og:url" content="https://stackedit.io/app">
<meta property="og:image" content="/static/landing/workspace.png">
<meta property="og:image:alt" content="StackEdit editor interface">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="StackEdit — In-browser Markdown editor">
<meta name="twitter:description" content="Free, open-source, full-featured Markdown editor.">
<meta name="twitter:image" content="/static/landing/workspace.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>