forked from gniquil/ex_minimatch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (20 loc) · 829 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>ex_minimatch v0.0.1 Documentation</title>
<script type="text/javascript" charset="utf-8">
window.onload = function frame_redirect() {
if ( window.location.href.match(/\/#!/, window.location.hash) ) {
document.querySelector('#main').src = window.location.href.replace(/\/#!/, '/');
} else if ( window.location.href.match(/\/index.html#!/, window.location.hash) ) {
document.querySelector('#main').src = window.location.href.replace(/\/index.html#!/, '/');
}
}
</script>
</head>
<frameset cols="20%,*">
<frame name="list" id="list" src="modules_list.html" />
<frame name="main" id="main" src="overview.html" />
</frameset>
</html>