-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
37 lines (31 loc) · 1.28 KB
/
header.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
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="ssdbhub,ssdb,saas,redis,redis alternative">
<meta name="description" content="ssdb as a service alternative to Redis">
<title>header</title>
<!-- Flatdoc theme -->
<link href='theme-white/style.css' rel='stylesheet'>
<script src='theme-white/script.js'></script>
</head>
<body role='flatdoc'>
<div class='header'>
<div class='left'>
<h1 style="padding-top: 2px;"><a href="http://ssdbhub.com" target="_parent">
<img src="img/ssdb_with_text_small_logo.png" height="18"></a></h1>
<ul>
<li><a href='/documentation.html' target="_parent">Docs</a></li>
<li><a href='https://github.com/ssdbhub/ssdbhub.github.io/issues' target="_blank">Issues</a></li>
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="http://ghbtns.com/github-btn.html?user=ssdbhub&repo=ssdbhub.github.io&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>
</body>
</html>