@stencil/dev-server
Version:
Tiny LiveReload server that watches a single directory
15 lines (14 loc) • 378 B
HTML
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>404: Resource not found</title>
<style>{style}</style>
</head>
<body class="directory">
<div id="wrapper">
<h1><a href="/">~</a>{linked-path}</h1>
</div>
</body>
</html>