index.tpl 299 B

12345678910
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>Awstats log analyzer </title>
  5. </head>
  6. <frameset rows="60,*" cols="*">
  7. <frame src="nav.html" name="nav" scrolling="no" noresize>
  8. <frame src="%month%/index.html" name="stats">
  9. </frameset>
  10. </html>