UNPKG
postman
Version:
latest (0.2.0)
0.2.0
0.1.0
The Postman will help deliver messages around your application
postman
/
node_modules
/
qunit
/
deps
/
jscoverage
/
doc
/
example-jsunit
/
jsunit
/
app
/
emptyPage.html
12 lines
(9 loc)
•
262 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
HTML
PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"
>
<
html
>
<
head
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=UTF-8"
>
<
title
>
emptyPage
</
title
>
</
head
>
<
body
>
</
body
>
</
html
>