aboutsummaryrefslogtreecommitdiffstats
path: root/includes/templates/ImageAuthForbidden.mustache
blob: d1b7d7815b6c085fec624148c9c36cf77fa47193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html dir="{{dir}}" lang="{{lang}}">
	<head>
		<meta charset="UTF-8" />
		<meta name="color-scheme" content="light dark" />
		<title>{{msgHdr}}</title>
	</head>
	<body>
		<h1>{{msgHdr}}</h1>
		<p>{{detailMsg}}</p>
	</body>
</html>