-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (20 loc) · 829 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="✉️ A playground with live-preview capabilities for MJML, the Mailjet Markup Language">
<link rel="icon" type="image/png" href="/icon-192.png" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<title>MJML Playground</title>
</head>
<body class="select-none">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>