mirror of
https://github.com/localForage/localForage.git
synced 2026-01-25 14:44:26 +00:00
13 lines
246 B
HTML
13 lines
246 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>iFrame Test</title>
|
|
</head>
|
|
<body>
|
|
<div class="status"></div>
|
|
|
|
<iframe name="iframe" src="http://0.0.0.0:8182/test/test.iframesub.html"></iframe>
|
|
</body>
|
|
</html>
|