biter/templates/index.html

19 lines
540 B
HTML
Raw Normal View History

2024-03-13 03:08:52 +03:00
<!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>