|
Revision 658, 453 bytes
(checked in by mankoff, 19 months ago)
|
|
HTTP connections, 5years of log graphs, google re-arrange, etc.
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>EdGCM Stats</title> |
|---|
| 4 | |
|---|
| 5 | <meta http-equiv="refresh" content="300"> |
|---|
| 6 | |
|---|
| 7 | <STYLE type="text/css"> |
|---|
| 8 | BODY {font-family: Verdana} |
|---|
| 9 | H1 {border-width: 1; border: solid; text-align: center} |
|---|
| 10 | IMG {border: none;} |
|---|
| 11 | </STYLE> |
|---|
| 12 | </head> |
|---|
| 13 | |
|---|
| 14 | <body> |
|---|
| 15 | <center> |
|---|
| 16 | |
|---|
| 17 | <img src="logs_hour.png"><br> |
|---|
| 18 | <img src="logs.png"><br> |
|---|
| 19 | <img src="logs_week.png"><br> |
|---|
| 20 | <img src="logs_month.png"><br> |
|---|
| 21 | <img src="logs_year.png"><br> |
|---|
| 22 | <img src="logs_2year.png"><br> |
|---|
| 23 | |
|---|
| 24 | </center> |
|---|
| 25 | </body> |
|---|