discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/templates/luna/jump.html
2024-06-17 21:49:12 +10:00

18 lines
587 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title><%site_title%>: <%Title%></title>
</head>
<frameset id="jump" rows="40,*">
<frame src="<%config.db_cgi_url%>/jump.cgi?action=jump_frame;ID=<%escape_html ID%>" scrolling="no" noresize="noresize" />
<frame src="<%destination%>" />
<noframes>
<body>
<p>
Your browser does not support frames. Click the url to visit the page: <a href="<%destination%>"><%destination%></a>
</p>
</body>
</noframes>
</frameset>
</html>