Update website
This commit is contained in:
parent
4413528994
commit
1d90fbf296
6865 changed files with 1091082 additions and 0 deletions
19
views/partials/public_header.mustache
Normal file
19
views/partials/public_header.mustache
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Hyperspace by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>{{title}}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="/assets/static/css/main.css" />
|
||||
<link rel="stylesheet" type="text/css" href="https://esm.sh/emfed@1/toots.css">
|
||||
<noscript><link rel="stylesheet" href="/assets/static/css/noscript.css" /></noscript>
|
||||
<style>
|
||||
.toots { font-size:initial; line-height:initial; max-width:100%;}
|
||||
.toots a.user,a.permalink { border-bottom: none; }</style>
|
||||
</head>
|
||||
<body class="is-preload">
|
Loading…
Add table
Add a link
Reference in a new issue