aro/static/header.html

9 lines
207 B
HTML
Raw Normal View History

2023-01-30 11:39:42 +01:00
<html>
<head>
2023-01-30 18:25:34 +01:00
<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>
2023-01-30 11:39:42 +01:00
</head>
<body>