mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-03 11:18:06 -06:00
new styling for frontpage, update login and authorize templates
This commit is contained in:
parent
82d9f88e42
commit
bcf9fe41c2
18 changed files with 873 additions and 60 deletions
16
web/template/header.tmpl
Normal file
16
web/template/header.tmpl
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue