paceboard/templates/index.html

32 lines
1,017 B
HTML
Raw Normal View History

2021-06-23 16:47:10 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-06-23 18:28:00 +01:00
<title>tk_title - Leaderboard</title>
2021-06-23 16:47:10 +01:00
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="assets/img/logo.png">
2021-06-23 18:28:00 +01:00
<meta property="og:title" content="tk_game - Speedruns Leaderboard" />
2021-06-23 16:47:10 +01:00
<meta property="og:type" content="website" />
2021-06-23 18:28:00 +01:00
<meta property="og:description" content="tk_game_description" />
<meta property="og:url" content="tk_url" />
<meta property="og:image:secure_url" content="https://tk_url/assets/img/logo.png" />
<meta property="og:image:alt" content="tk_logo_alt" />
2021-06-23 16:47:10 +01:00
<!-- Placeholder og:locale, replace content with your own if desired. -->
<meta property="og:locale" content="en_US" />
</head>
<body>
2021-06-23 18:28:00 +01:00
<h1>tk_game - Speedruns Leaderboard</h1>
<p>tk_description</p>
2021-06-23 16:47:10 +01:00
<h2>Categories</h2>
2021-06-23 18:28:00 +01:00
<!-- lk_categories -->
2021-06-23 16:47:10 +01:00
</body>
</html>