mihawk
Version:
A tiny & simple mock server tool, support json,js,cjs,ts(typescript).
25 lines • 800 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>Mihawk-Mock</title>
<style>
html,body,div,p{margin:0;padding:0;font-family: "微软雅黑",sans-serif;}
body{background-color:#E5E8EE;}
.con{max-width:666px;margin:66px auto 66px;border-radius:5px;padding:18px 20px 28px;background-color:#fff;}
p{min-height:28px;line-height:28px;}
h1{color:#E14340;min-height:40px;line-height:40px;}
i{font-weight:bold;color:#757F92;font-family: sans-serif;}
a{color:#09c;text-decoration: underline;}
em { color: chocolate; padding: 0 3px; }
</style>
</head>
<body>
<div class="con">
<h1>404 File not found :(</h1>
<p><%= detailMsg %></p>
<p>Check it, please!</p>
</div>
</body>
</html>