-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
41 lines (41 loc) · 1.24 KB
/
index.xml
File metadata and controls
41 lines (41 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<title>sqliteconvert: extract SQLite documentation</title>
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300italic,600" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic" rel="stylesheet" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="index.css" rel="stylesheet" />
<script src="imageMapResizer.min.js"></script>
</head>
<body>
<header>
<h1>
sqliteconvert: extract SQLite documentation
</h1>
<nav>
<a href="sqliteconvert.1.html">sqliteconvert(1)</a>,
<a href="sqlite2dot.1.html">sqlite2dot(1)</a>,
<a href="sqlite2html.1.html">sqlite2html(1)</a>
</nav>
</header>
<article>
<div class="browser">
<section class="browseimg">
<img src="test.png" usemap="#G" />
</section>
<section class="browseeml">
<!-- @SCHEMA@ -->
</section>
</div>
</article>
<footer>
© 2016, <a href="https://kristaps.bsd.lv">Kristaps Dzonsons</a>
</footer>
<script>
imageMapResize();
</script>
</body>
</html>