Sign in
appsheet-third-party
/
jquery
/
c2771ef53a7bf038bc1180086568383a38c99f4e
/
.
/
test
/
data
/
frame.html
blob: 98107be1d8222d920e10a16f8b9a1d99bd13cd72 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
frame
</title>
</head>
<frameset
cols
=
"20%, 80%"
>
<frame
id
=
"test-frame"
src
=
"iframe.html"
>
<frame
src
=
"iframe.html"
>
</frameset>
</html>