new styling for frontpage, update login and authorize templates

This commit is contained in:
f0x 2021-06-19 00:12:13 +02:00
commit bcf9fe41c2
18 changed files with 873 additions and 60 deletions

16
web/template/header.tmpl Normal file
View file

@ -0,0 +1,16 @@
<!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">
<title>{{.instancename}} - GoToSocial</title>
</head>
<body>
<header>
<h1>
{{.instancename}}
</h1>
</header>