Added full source code
This commit is contained in:
commit
33f8586698
1377 changed files with 123808 additions and 0 deletions
site/beta4
15
site/beta4/Rank.html
Normal file
15
site/beta4/Rank.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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>
|
Reference in a new issue