Convert all pages to Astro except docs/class-reference

This commit is contained in:
Jarvis Prime
2026-03-24 00:33:39 +00:00
parent 3a67783d52
commit d9a8593a29
1091 changed files with 13926 additions and 150448 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>Better SplitButton Class Reference</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="../class-reference/better-splitbutton/contents.html" frameborder="0" scrolling="no">
<frame name="main" src="../class-reference/better-splitbutton/~ComponentOwl.BetterSplitButton.html" frameborder="1">
<noframes>
<p>This page requires frames, but your browser does not support them.</p>
</noframes>
</frameset>
</html>