mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
14 lines
210 B
Text
14 lines
210 B
Text
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
background: yellow;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<iframe src="/poltergeist/click_test" name="inner_frame"></iframe>
|
||
|
</body>
|
||
|
</html>
|