ruffle/web/packages/selfhosted/test/polyfill/classic_frames_injected/frame1.html

12 lines
219 B
HTML
Raw Normal View History

2020-05-23 17:37:06 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Nav</title>
</head>
<body>
<a href="frame2.html" target="content" id="reload-link">Reload frame</a>
</body>
</html>