summaryrefslogtreecommitdiff
path: root/web/template/header.tmpl
blob: 33cb2b86a2767d8ee46f8e5cdc3da1cd788254e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<!-- header.tmpl -->
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" href="/assets/bundle.css">
	<link rel="shortcut icon" href="/assets/sloth.png" type="image/png">
	<title>{{.instance.Title}} - GoToSocial</title>
</head>
<body>
	<header>
		<h1>
			{{.instance.Title}}
		</h1>
	</header>