mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
27 lines
783 B
Cheetah
27 lines
783 B
Cheetah
<!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="GoToSocial Testing Instance">
|
|
<meta name="og:description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/base.css">
|
|
{{range .stylesheets}}<link rel="stylesheet" href="{{.}}">
|
|
{{end}}
|
|
<link rel="shortcut icon" href="/assets/logo.png" type="image/png">
|
|
<title>{{.instance.Title}} - GoToSocial</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<img src="/assets/logo.png" alt="Instance Logo"/>
|
|
<div>
|
|
<h1>
|
|
{{.instance.Title}}
|
|
</h1>
|
|
</div>
|
|
<div></div>
|
|
</header> |