mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 02:06:15 -06:00
Webviews for status threads
This commit is contained in:
parent
64bd689e55
commit
d553b445f5
6 changed files with 241 additions and 13 deletions
|
|
@ -1,19 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- header.tmpl -->
|
||||
|
||||
<!-- 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}}">
|
||||
<meta name="og:title" content="GoToSocial Testing Instance">
|
||||
<meta name="og:description" content="">
|
||||
<link rel="stylesheet" href="/assets/bundle.css">
|
||||
<link rel="shortcut icon" href="/assets/sloth.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/Fork-Awesome/css/fork-awesome.min.css">
|
||||
<link rel="shortcut icon" href="/assets/logo.png" type="image/png">
|
||||
<title>{{.instance.Title}} - GoToSocial</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
{{.instance.Title}}
|
||||
</h1>
|
||||
<img src="/assets/logo.png" alt="Instance Logo"/>
|
||||
<div>
|
||||
<h1>
|
||||
{{.instance.Title}}
|
||||
</h1>
|
||||
</div>
|
||||
<div></div>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue