UNPKG
bmocha
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.6.0
1.5.0
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
Alternative implementation of mocha
github.com/bcoin-org/bmocha
bcoin-org/bmocha
bmocha
/
lib
/
server
/
templates
/
error.html
17 lines
(16 loc)
•
251 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
__TITLE__
</
title
>
<
style
>
body
{
font-family
: __FONT__;
color
: __FG__;
background-color
: __BG__; }
</
style
>
</
head
>
<
body
>
<
p
>
__MSG__
</
p
>
</
body
>
</
html
>