26 lines
793 B
HTML
26 lines
793 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</title>
|
||
|
|
||
|
<link rel="stylesheet" href="css/style.css">
|
||
|
<link rel="icon" href="assets/img/logo.png">
|
||
|
|
||
|
<meta property="og:title" content="tk-title" />
|
||
|
<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" />
|
||
|
<meta property="og:locale" content="en_US" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<p>Testing!</p>
|
||
|
</body>
|
||
|
|
||
|
</html>
|