-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·50 lines (46 loc) · 1.52 KB
/
index.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
<!DOCTYPE HTML PUBLIC "-//W3C/DTD HTML4.01//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!--
==== Postgres-XC Project Page Home =========
Just frames and their layout
-->
<html lang="en">
<head>
<!--
Header From here
-->
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8>
<meta name="author" content="koichi-szk">
<meta name="description" content="Postgres-XC project home">
<meta name="keywords" content="PostgreSQL cluster scale-out multi-master sharding">
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
<title>Postgres-XC Project Main Contents</title>
<!--
Header Ends here
-->
<title>Postgres-XC project Page</title>
</head>
<frameset rows=150,1,50,*>
<!-- Title -->
<frame name="title"
src="title.html" marginheight="25" marginwidth="0" frameborder="0"
style = "background-color:#FFFFFF">
<!-- Dummy -->
<frame
src="empty.html" marginheight="0" frameborder="0" background-color=#993300>
<!-- Menu -->
<frame name="menu"
src="menu.html" marginheight="10" marginwidth="10" frameborder="0">
<frameset cols="180, *, 260">
<!-- Links -->
<frame name="links"
src="links.html" marginheight="10" marginwidth="10" frameborder="0">
<!-- Main -->
<frame name="main"
src="intro.html" marginheight="10" marginwidth="10" frameborder="0">
<!-- Events -->
<frame name="events"
src="events.html" marginheight="10" marginwidth="10" frameborder="0">
</frameset>
</frameset>
</html>