paceboard/templates/index.html
2021-06-23 11:47:10 -04:00

32 lines
No EOL
1,004 B
HTML

<!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-title - Speedruns Board</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="assets/img/logo.png">
<meta property="og:title" content="tk-game - Speedruns Board" />
<meta property="og:type" content="website" />
<meta property="og:description" content="tk-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" />
<!-- Placeholder og:locale, replace content with your own if desired. -->
<meta property="og:locale" content="en_US" />
</head>
<body>
<h1>tk-game - Speedruns Board</h1>
<p>tk-description</p>
<h2>Categories</h2>
<!-- lk-categories -->
</body>
</html>