weblib: zoom: width AND width-limited + fix height icon
[fanfix.git] / src / be / nikiroo / fanfix / library / web / templates / index.html
CommitLineData
8639c60d
NR
1<!DOCTYPE html>
2<html>
3<head>
074a8325 4 <!--
8639c60d
NR
5 Copyright 2020 David ROULET
6
7 This file is part of fanfix.
8
9 fanfix is free software: you can redistribute it and/or modify
10 it under the terms of the GNU Affero General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
13
14 fanfix is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU Affero General Public License for more details.
18
19 You should have received a copy of the GNU Affero General Public License
20 along with fanfix. If not, see <https://www.gnu.org/licenses/>.
21 ___________________________________________________________________________
22
23 This website was coded by:
24 A kangaroo.
25 _ _
26 (\\( \
27 `.\-.)
28 _...._ _,-" `-.
29\ ," `-._.- -.,-" . \
30 \`. ," `.
31 \ `-...__ / . .: y
32 `._ ``-...__ / ,"```-._/
33 `-._ ```-" | /_ //
34 `.._ _ ; <_ \ //
35 ``-.___ `. `-._ \ \ //
36 `- < `. (\ _/)/ `.\/ //
37 \ \ ` ^^^^^^^^^
38 ___________________________________________________________________________
39
40 -->
074a8325
NR
41 <meta http-equiv='content-type' content='text/html; charset=utf-8'>
42 <meta name='viewport' content='width=device-width, initial-scale=1.0'>
8639c60d 43 <title>${title}</title>
074a8325
NR
44 <link rel='stylesheet' type='text/css' href='/style.css' />
45 <link rel='icon' type='image/x-icon' href='/${favicon}' />
8639c60d
NR
46</head>
47<body>
a1ddc982 48 <div class='main ${mainClass}'>
8639c60d
NR
49${banner}${content} </div>
50</body>