First pass at adding key files

This commit is contained in:
dsainty
2024-06-17 21:49:12 +10:00
commit aa25e9347f
1274 changed files with 392549 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!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>