-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 992 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.svg" type="image/svg" />
<title>Markuplint Playground</title>
<meta name="description" content="Peace of mind in your markup - An HTML linter for all markup developers." />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://markuplint.imgix.net/og-img-base.png?ixlib=js-3.8.0&mark=https%3A%2F%2Fmarkuplint.imgix.net%2F~text%3Fixlib%3Djs-3.8.0%26txt%3DPlayground%26txt-align%3Dleft%252Cmiddle%26txt-color%3D333333%26txt-font%3DPT%2520Sans%252CBold%26txt-size%3D150%26txt-clip%3Dellipsis%26w%3D1600%26h%3D560&mark-x=240&mark-y=452&w=2400&h=1260"
/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@markuplint" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>