Added full source code

This commit is contained in:
Emmanuel BENOîT 2016-01-10 11:01:49 +01:00
commit 33f8586698
1377 changed files with 123808 additions and 0 deletions
site/beta4

15
site/beta4/Rank.html Normal file
View 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>