summaryrefslogtreecommitdiff
path: root/web/template/header.tmpl
blob: 45d375ab8c42c6d042ce0bee3d2b15d9dc1381ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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">
	<meta name="og:title" content="{{.instance.Title}}">
	<meta name="og:description" content="{{.instance.Description}}">
	<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>