diff options
Diffstat (limited to '_includes/header.html')
| -rw-r--r-- | _includes/header.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 00000000..87a1ebd9 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,19 @@ +<div class="top" style="position:fixed; width:100%; top:0; left:0; background: white; z-index:999;"> + +<table width="100%" cellpadding=0 cellspacing=0 bgcolor="grey" border=0 style="border-spacing:0;border:0;padding:0; background-color:white;"> +<tr> +<th align=left style="font-family: Arial; font-size: 28px;">nano<font color="#ba5836">msg</font> NextGen</th> + +<td rowspan=2 align=right><img src="/arrows.png" align="right" width="100" height="100"><sup>2</sup></td> +</tr> + +<tr style="font-family: Arial; font-size: 18px; color:black;"> +<th align="left"> +<a href="/index.html">Home</a> <a href="https://github.com/nanomsg/nng">GitHub</a> <a href="/man/">Documentation</a> +</th> +</tr> +</table> + +</div> +<div style="height:130px"> +</div> |
