12 lines
300 B
HTML
12 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Weiro</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/static/assets/main.css">
|
|
</head>
|
|
<body class="min-vh-100 d-flex flex-column">
|
|
{{ embed }}
|
|
</body>
|
|
</html> |