23 lines
633 B
HTML
23 lines
633 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{title} - Leaderboards - Minimal Working Example</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
<link href="../leaderboard.css" rel="stylesheet" type="text/css" media="all">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- map name -->
|
|
<h1>{map_name}</h1>
|
|
|
|
<!-- code generated table goes here -->
|
|
{table}
|
|
|
|
<footer>
|
|
<p>Page generated using <a href="https://notabug.org/scuti/xdfcgi">xdfcgi</a> by <a href="https://scuti.neocities.org/">scuti</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|