forked from Alamantus/FeatherWiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>