obs-replay-server/views/base.html

16 lines
396 B
HTML
Raw Normal View History

2023-06-01 13:20:03 -03:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>{{ template "title" . }}</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css">
</head>
<body>
{{ template "content" . }}
</body>
</html>