forked from coder0xff/Plange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
50 lines (46 loc) · 1.59 KB
/
header.php
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
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65060700-3', 'auto');
ga('send', 'pageview');
</script>
<script>
(function() {
var cx = '010799772172995832082:w37iigi4wva';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<div id="search">
<gcse:search></gcse:search>
</div>
<h1><big>Plange</big></h1>
<hr>
<div id="navigation">
<h2>Navigation</h2>
<ul>
<li><a href="/index.php">Home</a></li>
<li><a href="/goals/index.php">Goals</a></li>
<li><a href="/examples/">Examples</a></li>
<li><a href="/documentation/">Documentation</a>
<ul>
<li><a href="/documentation/keywords.php">Keywords</a></li>
<li><a href="/documentation/standard-library.php">Standard Library</a></li>
<li><a href="/documentation/syntax.php">Syntax</a></li>
<li><a href="/documentation/lexicon.php">Lexicon</a></li>
<li><a href="/documentation/operators.php">Operators</a></li>
</ul>
</li>
<li><a href="/contribute.php">Contribute</a></li>
<li><a href="/about.php">About</a></li>
</ul>
</div>
<div id="left-margin">
<div id="contents">