19 lines
540 B
HTML
19 lines
540 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<meta name="description" content="{{ title }}" />
|
||
|
<meta property="og:title" content="{{ title }}" />
|
||
|
<meta property="og:description" content="{{ description }}" />
|
||
|
<title>{{ title }}</title>
|
||
|
<link rel="stylesheet" href="/static/style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>{{ title }}</h1>
|
||
|
<h3>{{ description }}</h3>
|
||
|
|
||
|
<a href="/POTUS/status/1532057523347689472">try it!</a>
|
||
|
</body>
|
||
|
</html>
|