paceboard/templates/category.html

32 lines
1.1 KiB
HTML
Raw Normal View History

2021-06-23 05:09:17 +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">
<title>tk_game_name - tk_category_name</title>
2021-06-23 05:09:17 +01:00
<link rel="stylesheet" href="../../css/style.css">
<link rel="icon" href="../../assets/img/logo.png">
2021-06-23 05:09:17 +01:00
<meta property="og:title" content="tk_game_name - tk_category_name" />
2021-06-23 05:09:17 +01:00
<meta property="og:type" content="website" />
2021-06-23 18:28:00 +01:00
<meta property="og:description" content="tk_category_description" />
<meta property="og:url" content="tk_url/tk_category_dashname/index.html" />
2021-06-23 18:28:00 +01:00
<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:42 +01:00
<!-- Placeholder og:locale, replace content with your own if desired. -->
2021-06-23 05:09:17 +01:00
<meta property="og:locale" content="en_US" />
</head>
<body>
2021-06-25 21:13:36 +01:00
<h1><a href="../../">tk_game_name</a> - tk_category_name</h1>
2021-06-23 18:28:00 +01:00
<p>tk_category_description</p>
2021-06-23 16:47:42 +01:00
<h2>Leaderboard</h2>
2021-06-25 21:13:36 +01:00
lk_leaderboard
2021-06-23 05:09:17 +01:00
</body>
</html>