forked from michaelborn/sqlFormatter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathallclasses-frame.html
More file actions
52 lines (42 loc) · 1.26 KB
/
allclasses-frame.html
File metadata and controls
52 lines (42 loc) · 1.26 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title> all classes </title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel ="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel ="stylesheet" type="text/css" href="stylesheet.css">
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
<script src="bootstrap/js/jquery-2.1.0.min.js" type="text/javascript"></script>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script>
$(document).ready(function() {
// Global Tool Tip Settings
$( '[title]' ).tooltip({
animation: 'slide',
delay: { show: 250, hide: 250 }
});
});
</script>
</head>
<body>
<div class="label label-info">all classes</div>
<ul class="list-unstyled">
<li>
<a href="sqlformatter/models/ConfigBuilder.html"
title="class in sqlformatter.models"
target="classFrame">
ConfigBuilder
</a>
</li>
<li>
<a href="sqlformatter/models/Formatter.html"
title="class in sqlformatter.models"
target="classFrame">
Formatter
</a>
</li>
</ul>
</body>
</html>