tracker-stats/index.html
2024-11-03 22:56:23 +01:00

22 lines
No EOL
510 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>opentracker</title>
<link rel="stylesheet" href="css/terminess.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<fieldset class="container">
<legend>top active torrents</legend>
<table id="torrents"></table>
<small id="footer">Please wait...</small>
</fieldset>
<script defer src="js/script.js"></script>
</body>
</html>