-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>IndraDB</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="lib/skeleton-2.0.4/css/normalize.css">
<link rel="stylesheet" href="lib/skeleton-2.0.4/css/skeleton.css">
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 15%">
<img src="logo-mini.png" alt="" width="50" height="50" style="float: left" />
<h1 style="position: relative; left: 10px; top: 5px;">IndraDB</h1>
<p>A graph database written in rust</p>
<ul class="index-links">
<li><a href="https://github.com/indradb/indradb">source</a></li>
<li><a href="https://github.com/indradb/python-client">python client</a></li>
<li><a href="https://github.com/indradb/wikipedia-example">wikipedia graph example</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>