UNPKG
snapshot.js
Version:
latest (0.1.0)
0.1.0
Take a snapshot of a URL
github.com/twolfson/snapshot
twolfson/snapshot
snapshot.js
/
demo
/
inner.html
21 lines
(17 loc)
•
311 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE
html
>
<
html
>
<
head
lang
=
"en"
>
<
meta
charset
=
"utf-8"
>
<
title
>
Custom Plunker
</
title
>
<
style
>
body
{
background
: papayaWhip; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"dom"
style
=
"background: blue; height: 500px;"
>
Hello World!
</
div
>
</
body
>
</
html
>