This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/beta4/Rank.html

15 lines
362 B
HTML

<html>
<head>
<title>Legacy Rankings</title>
</head>
<frameset rows="10%,90%" noresize marginwidth=0 BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
<frame src="Rankswitch.html" name="Select" >
<frame src="Rankings.php" name="Display">
<noframes>
<body>
Your browser does not accept frames, darn.
</body>
</noframes>
</frameset>
</html>