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

16 lines
362 B
HTML
Raw Normal View History

2016-01-10 11:01:49 +01:00
<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>