removed stuff
This commit is contained in:
parent
540bd616a8
commit
0ec0045301
@ -1,18 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>CTS Leaderboards - Add your title here</title>
|
|
||||||
<link href="./leaderboard.css" rel="stylesheet" type="text/css" media="all">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<div class = "content">
|
|
||||||
%s
|
|
||||||
|
|
||||||
<div class = "footer">
|
|
||||||
<center><p> Page generated using <a href="https://git.teknik.io/scuti/xdfcgi">xdfcgi</a> by scuti.</p></center>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</html>
|
|
@ -1,20 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>%s - CTS Leaderboards - Add your title here</title>
|
|
||||||
<link href="../leaderboard.css" rel="stylesheet" type="text/css" media="all">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<div class = "content">
|
|
||||||
<h3>%s</h3>
|
|
||||||
|
|
||||||
%s
|
|
||||||
|
|
||||||
<div class = "footer">
|
|
||||||
<center><p> Page generated using <a href="https://git.teknik.io/scuti/xdfcgi">xdfcgi</a> by scuti.</p></center>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</html>
|
|
@ -3,10 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!-- %s = map name -->
|
|
||||||
<title>{title} - Leaderboards - Minimal Working Example</title>
|
<title>{title} - 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="../style.css" rel="stylesheet" type="text/css" media="all"> -->
|
|
||||||
<link href="../leaderboard.css" rel="stylesheet" type="text/css" media="all">
|
<link href="../leaderboard.css" rel="stylesheet" type="text/css" media="all">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user