UNPKG
webmock
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
0.0.1
Mock AJAX/HTTP/SSR - Automatically generate documentation
github.com/onface/webmock
onface/webmock
webmock
/
test
/
render
/
ejs-fail.html
16 lines
(13 loc)
•
304 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
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
>
</
title
>
</
head
>
<
body
>
type: fail mail@qq.com is spam
</
body
>
</
html
>