- Include alternative tracker-purple.css - Add favicon.png to docroot - Add custom icon for homepage - Add auto page reload for tracker stats (ajax with meta refresh fallback) - Add footer to /tracker with ZzzOT version and github link - Add config options to hide version footer on /tracker or change footer text images by dr|z3d, same license as the code
26 lines
802 B
HTML
26 lines
802 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!-- edit this file if you want to change your home page -->
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>ZZZOT OPENTRACKER</title>
|
|
<style type="text/css">
|
|
body, html {min-height: 100%; font-size: 0;}
|
|
body {background: #111;}
|
|
body {background: repeating-linear-gradient(45deg, #444, #333 2px, #222 3px), repeating-linear-gradient(135deg, #444, #333 2px, #222 3px); background-blend-mode: multiply, normal;}
|
|
</style>
|
|
<link href="/tracker.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="container">
|
|
<div id="panel">
|
|
<a href="/tracker" title="View OpenTracker stats"><span id="sitename">zzzot</span></a>
|
|
<span id="footer" class="b32">$B32</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|