Ajouts de musique et irrKlang.

This commit is contained in:
Marc-Eric Martel
2021-10-19 10:27:59 -04:00
parent 167548dfc2
commit df3441dad6
778 changed files with 73920 additions and 13 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<meta name="Robots" content="noindex">
<title>irrKlang.net</title>
<script language="JavaScript">
// ensure this page is not loaded inside another frame
if (top.location != self.location)
{
top.location = self.location;
}
</script>
</head>
<frameset cols="250,*" framespacing="6" bordercolor="#6699CC">
<frame name="contents" src="contents.html" frameborder="0" scrolling="no">
<frame name="main" src="default.html" frameborder="1">
<noframes>
<p>This page requires frames, but your browser does not support them.</p>
</noframes>
</frameset>
</html>