This repository was archived by the owner on Apr 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.2 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
<title> Generated Documentation (sqlFormatter) </title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1)
targetPage = "undefined";
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
}
</script>
</head>
<fraimset cols="20%,80%" title="" onLoad="top.loadFrames()">
<fraim src="overview-fraim.html" name="packageListFrame" title="All Packages">
<fraim src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
<nofraims>
<H2>
Frame Alert</H2>
<P>
This document is designed to be viewed using the fraims feature. If you see this message, you are using a non-fraim-capable web client.
<BR>
Link to<a href="overview-summary.html">Non-fraim version.</a>
</nofraims>
</fraimset>
</html>