forked from Kholid060/MkDown2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="google-site-verification" content="fXdVxE2E3p8p3lQv6erGx_M0Gy83aaG9fTvaS4UgE3A" />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Inter:wght@400;700&display=swap" rel="stylesheet">
<title>MkDown - Online Markdown Editor</title>
<meta name="title" content="MkDown - Online markdown editor">
<meta name="description" content="MkDown is online mobile-ready markdown editor, import and export your markdown file from local file. Convert HTML to markdown or markdown to HTML">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mkdown.now.sh/">
<meta property="og:title" content="MkDown - Online markdown editor">
<meta property="og:description" content="MkDown is online mobile-ready markdown editor, import and export your markdown file from local file. Convert HTML to markdown or markdown to HTML">
<meta property="og:image" content="/image.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mkdown.now.sh/">
<meta property="twitter:title" content="MkDown - Online markdown editor">
<meta property="twitter:description" content="MkDown is online mobile-ready markdown editor, import and export your markdown file from local file. Convert HTML to markdown or markdown to HTML">
<meta property="twitter:image" content="/image.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>