-
Notifications
You must be signed in to change notification settings - Fork 10
/
index_header.html
69 lines (68 loc) · 2.22 KB
/
index_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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<HTML>
<!--<BODY bgcolor=#000fff> -->
<BODY bgcolor=#00f0FF>
<link rel="stylesheet" type="text/css" href="LongTail.css">
<!-- This is the start of my webpage with all the menu stuff -->
<div id='cssmenu'>
<ul>
<li class='has-sub '><a href='index.html'>Views</a>
<ul>
<li><a href='http://LongTail.it.marist.edu/honey/index.html'>Classic</a></li>
<li><a href='http://LongTail.it.marist.edu/honey/index_css.html'>Modern</a></li>
</ul>
</li>
<li class='has-sub '><a href='#'>HOSTS</a>
<ul>
<li class='has-sub '><a href='#'>Shepherd</a>
<ul>
<li><a href='shepherd/graphics.html'>Graphs</a></li>
<li><a href='shepherd/index.html'>Current</a></li>
<li><a href='shepherd/index-long.html'>Historical</a></li>
</ul>
</li>
<li class='has-sub '><a href='#'>syrtest</a>
<ul>
<li><a href='syrtest/graphics.html'>Graphs</a></li>
<li><a href='syrtest/index.html'>Current</a></li>
<li><a href='syrtest/index-long.html'>Historical</a></li>
</ul>
</li>
<li class='has-sub '><a href='#'>erhp</a>
<ul>
<li><a href='erhp/graphics.html'>Graphs</a></li>
<li><a href='erhp/index.html'>Current</a></li>
<li><a href='erhp/index-long.html'>Historical</a></li>
</ul>
</li>
<li class='has-sub '><a href='#'>Cloud_v</a>
<ul>
<li><a href='cloud_v/graphics.html'>Graphs</a></li>
<li><a href='cloud_v/index.html'>Current</a></li>
<li><a href='cloud_v/index-long.html'>Historical</a></li>
</ul>
</li>
<li class='has-sub '><a href='#'>Cloud_C</a>
<ul>
<li><a href='cloud_c/graphics.html'>Graphs</a></li>
<li><a href='cloud_c/index.html'>Current</a></li>
<li><a href='cloud_c/index-long.html'>Historical</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href='https://ewedaa.wordpress.com/'>Blog</a>
</li>
<li class='has-sub '><a href='#'>Download</a>
<ul>
<li>
<a href='https://github.com/wedaa/LongTail-Log-Analysis/blob/master/README.md'>README File</a>
</li>
<li>
<a href='https://github.com/wedaa/LongTail-Log-Analysis'>Download the code</a>
</li>
</ul>
</li>
<li><a href='https://groups.google.com/forum/#!forum/longtail-log-analyzer'>Google Group</a></li>
</ul>
</div>