-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.htm
39 lines (36 loc) · 1.38 KB
/
header.htm
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
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9HXGF45PJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P9HXGF45PJ');
</script>
<div class="header">
<div class="pjsip"><A HREF="/"><img src="favicon.ico" width="48" height="48"></A></div>
<div class="nav">
<nav role="navigation">
<table border="0">
<tr>
<!--
<td><A HREF="/index.htm"><img src="favicon.ico" width="48" height="48"></a> </td>
-->
<td><a href="https://blog.pjsip.org">Blog <IMG SRC="images/extlink.gif" /></a></td>
<td>|</td>
<td><a href="https://docs.pjsip.org">Documentation <IMG SRC="images/extlink.gif" /></a></td>
<td>|</td>
<td><a href="https://github.com/pjsip/pjproject">GitHub<IMG SRC="images/extlink.gif" /></a></td>
<td>| </td>
<td>
<form action="http://www.google.com/cse" id="cse" target="_blank" style="padding-top:14px;">
<input name="cx" type="hidden" value="004426672595526598286:0hrqz2dgqgw" />
<input name="ie" type="hidden" value="UTF-8" />
<input name="q" size="20" />
<input name="sa" type="submit" value="Search" />
</form>
</td>
<!-- <td><A HREF="/index.htm"><img src="favicon.ico" width="48" height="48"></a> </td> -->
</tr>
</table>
</nav>
</div>
</div> <!-- #header -->