mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-13 13:01:02 +00:00
f9bc305aca
* new styling for frontpage, update login and authorize templates * run go fmt * add AssetBaseDir to command flag parsing * untested: move landing page to it's own router * go fmt, fix typo * fix package, adapt to proper Route structure
16 lines
No EOL
385 B
Cheetah
16 lines
No EOL
385 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">
|
|
<link rel="stylesheet" href="/assets/bundle.css">
|
|
<title>{{.instance.Title}} - GoToSocial</title>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>
|
|
{{.instance.Title}}
|
|
</h1>
|
|
</header> |