mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
13 lines
204 B
HTML
13 lines
204 B
HTML
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>marked.js preview</title>
|
|
<link rel="stylesheet" href="./demo.css" />
|
|
<base target="_parent">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|