bmocha
Version:
Alternative implementation of mocha
21 lines (20 loc) • 373 B
HTML
<html>
<head>
<title>__TITLE__</title>
<style>
body {
font-family: __FONT__;
color: __FG__;
background-color: __BG__;
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<div id="bmocha">Loading...</div>
<script type="__TYPE__" src="/index.js"></script>
</body>
</html>