markserv
Version:
🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit
22 lines • 812 B
HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{{code}}: {{filePath}}</title>
<meta charset="utf-8">
<link rel="stylesheet" href="{markserv}templates/markserv.css">
<link rel="stylesheet" href="{markserv}templates/highlight-js-github-gist.css">
<link rel="stylesheet" href="{markserv}icons/icons.css">
</head>
<body class="dir">
<article class="markdown-body">
<h1>⛔ Error {{code}}</h1>
<p class="errorMsg">{{errorMsg}}</p>
<p><pre>{{errorStack}}</pre></p>
<p><a class="button back" href="{{referer}}">Go Back</a></p>
<footer><sup><hr> Served by <a href="https://www.npmjs.com/package/markserv">MarkServ</a> | PID: {{pid}}</sup></footer>
</article>
</body>
</html>