FeatherWiki/index.html

27 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!--
This file is part of Feather Wiki.
Feather Wiki is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Feather Wiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Feather Wiki. If not, see https://www.gnu.org/licenses/.
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{package.json:title}}</title>
<meta name="description" content="{{package.json: description}}" />
<meta name="version" content="{{buildVersion}}_{{package.json:version}}" />
<meta name="application-name" content="{{package.json: title}}" />
<style id="s">{{cssOutput}}</style>
<script id="p" type="application/json">{}</script>
<script id="a">{{jsOutput}}</script>
</head>
<body>
<a href="https://src.feather.wiki/#versions">JavaScript</a> is required
</body>
</html>