-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocumentation.html
58 lines (50 loc) · 1.33 KB
/
documentation.html
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
53
54
55
56
57
58
<html lang="en">
<head>
<title>pgSphere</title>
<meta charset="utf-8">
<meta name="description" content="pgSphere home">
<link href="css/pgsphere.css" rel="stylesheet">
<meta name="viewport" content="width=device-width; initial-scale=1.1;">
<link rel="shortcut icon" href="img/pg_sphere.ico" />
</head>
<body>
<header>
<div id="header_div">
<div class="logo_div">
<a href="index.html">
<img src="img/pg_sphere.png" alt="pgSphere logo"/>
</a>
</div>
<h1>
<a class="h1" href="index.html">PgSphere</a> provides spherical
data types, functions, operators, and indexing for
<a class="h1" href="http://www.postgresql.org">PostgreSQL</a>
</h1>
</div>
</header>
<main role="main">
<top_bar id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Download</a></li>
<li class="current"><a href="documentation.html">Documentation</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="development.html">Development</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</top_bar>
<div id="empty_space"></div>
<article>
<section>
<b>You can browse the <a href="https://postgrespro.github.io/pgsphere/">pgSphere
documentation on-line here</a>.</b>
</section>
</article>
</main>
<footer>
<p>
pgSphere development team 2017
</p>
</footer>
</body>
</html>