Skip to content

Commit f7495b5

Browse files
authored
Restore index.html (#168)
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
1 parent 2e2dfab commit f7495b5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed
Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<!DOCTYPE HTML />
22
<HTML>
3-
<HEAD>
4-
<META HTTP-EQUIV="refresh" CONTENT="0,url=http://docs.gridlabd.us/index.html?owner=arras-energy&project=gridlabd" />
5-
</HEAD>
6-
<BODY>
7-
Redirecting to <A HREF="http://docs.gridlabd.us/index.html?owner=arras-energy&project=gridlabd">http://docs.arras-energy.org/index.html?owner=arras-energy&project=gridlabd</A>...
8-
</BODY>
9-
</HTML>
3+
<SCRIPT LANGUAGE="Javascript" SRC="_defaults.js"></SCRIPT>
4+
<SCRIPT LANGUAGE="JavaScript">
5+
document.writeln('<FRAMESET ROWS="' + (top_panel_height+20) + ',*" BORDER=2>');
6+
console.info(window.location.search)
7+
document.writeln('<FRAME SRC="_topbar.html" NORESIZE="noresize"></FRAME>');
8+
document.writeln('<FRAMESET COLS="320,*" BORDER=3>');
9+
document.writeln('<FRAME NAME="contents" SRC="_contents.html' + window.location.search + '"></FRAME>');
10+
document.writeln('<FRAME NAME="page" SRC="_page.html' + window.location.search + '"></FRAME>');
11+
document.writeln('</FRAMESET>');
12+
document.writeln('</FRAMESET>');
13+
</SCRIPT>
14+
15+
</HTML>

0 commit comments

Comments
 (0)