aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/backend/source-viewer.html
blob: b6573c36c1b7ec6d600e97112a7e6ff344c12443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>

<html lang="en" dir="ltr">
	<head>
		<title>HashOver - {hashover:title}</title>

		<link type="text/css" href="../themes/default/general.css" rel="stylesheet">
		<link type="text/css" href="../themes/default/special.css" rel="stylesheet">

		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<meta http-equiv="Content-Language" content="EN">

		<link type="image/x-icon" href="../images/favicon.png" rel="shortcut icon">
		<link type="image/x-icon" href="../images/favicon.png" rel="icon">
		<link href="https://www.gnu.org/licenses/agpl" rel="copyright">
	</head>

	<body>
		<h1 class="underlined">
			{hashover:title}
		</h1>

		<p class="muted-text">{hashover:sub-title}</p>

		{hashover:files}
	</body>
</html>