14 lines
434 B
HTML
14 lines
434 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta property="og:title" content="{TITLE}" />
|
|
<meta property="og:type" content="website" />
|
|
{OG_IMAGE}
|
|
<meta name="description" content="{DESCRIPTION}" />
|
|
<meta property="og:description" content="{DESCRIPTION}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="UTF-8" />
|
|
<link rel="stylesheet" href="{IMG_HOST}/static/style.css" />
|
|
<title>{TITLE}</title>
|
|
</head>
|
|
<body>
|