xdfcgi/templates/map.html

25 lines
727 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- %s = map name -->
<title>%s - Leaderboards - Minimal Working Example</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<!-- <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>%s</h1>
<!-- code generated table goes here -->
%s
<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>