paceboard/templates/category.html

32 lines
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">
2021-06-23 16:47:42 +01:00
<title>tk-title - 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 16:47:42 +01:00
<meta property="og:title" content="tk-game - tk-category-name" />
2021-06-23 05:09:17 +01:00
<meta property="og:type" content="website" />
2021-06-23 16:47:42 +01:00
<meta property="og:description" content="tk-category-description" />
<meta property="og:url" content="tk-url/tk-category-dashname.html" />
2021-06-23 05:09:17 +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-23 16:47:42 +01:00
<h1>tk-game - tk-category-name</h1>
<p>tk-category-description</p>
<h2>Leaderboard</h2>
<!-- lk-categories -->
2021-06-23 05:09:17 +01:00
</body>
</html>