mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-12 13:00:02 +03:00
18 lines
520 B
HTML
18 lines
520 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
{{ @json2html_template.html }}
|
|
<link type="text/css" rel="stylesheet" href="/js/table_styles.css">
|
|
</head>
|
|
<body>
|
|
<div id="table0div">
|
|
</div>
|
|
{{ @footer.html }}
|
|
<div id=footer1div>
|
|
<footer>
|
|
<a href="/leaderboard-state/by-action-id/{{ action_id }}">Leaderboard state at that moment</a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |