| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <!-- |
| 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 | --> |
| 41 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 42 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 43 | <title>${title}</title> |
| 44 | <link rel="stylesheet" type="text/css" href="/style.css" /> |
| 45 | <link rel="icon" type="image/x-icon" href="/${favicon}" /> |
| 46 | </head> |
| 47 | <body> |
| 48 | <div class='main'> |