18 lines
487 B
HTML
18 lines
487 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css">
|
||
|
<meta
|
||
|
name="description"
|
||
|
content="Markdown previewer"
|
||
|
/>
|
||
|
<title>Markdown previewer</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
<div id="root"></div>
|
||
|
</body>
|
||
|
</html>
|