55 lines
2.2 KiB
HTML
55 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<!--
|
||
Copyright 2020 Google LLC
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Agora</title>
|
||
<meta name="description" content="See flancia.org/go/agora." />
|
||
<meta name="HandheldFriendly" content="True" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
|
||
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}" id="theme-link" />
|
||
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
|
||
<!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode.
|
||
<script type="application/json" class="js-hypothesis-config">
|
||
{
|
||
"externalContainerSelector": ".node",
|
||
}
|
||
</script>
|
||
-->
|
||
<script async src="https://hypothes.is/embed.js"></script>
|
||
<script src="https://hypothes.is/embed.js" async></script>
|
||
</head>
|
||
<body>
|
||
<nav class="navigation">
|
||
<a href="/"><img src="/static/img/agora.png" class="logo" style="vertical-align: top" width="19" height="19"></a>
|
||
| <a href="/nodes">nodes</a>
|
||
| <a href="/journals">journals</a>
|
||
| <a href="/users">users</a>
|
||
| <a href="/latest">latest</a>
|
||
| <a href="/search">search</a>
|
||
| <a href="#" style="text-decoration: none;" class="theme-toggle">🌙</a>
|
||
| <a href="/node/agora-help" style="text-decoration: none;" class="help-button">ℹ️</a>
|
||
</nav>
|
||
<hr>
|
||
<div class="content">
|
||
{% block content %}
|
||
{% endblock %}
|
||
</div>
|
||
</body>
|
||
</html>
|