-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhead.php
More file actions
50 lines (39 loc) · 2.2 KB
/
head.php
File metadata and controls
50 lines (39 loc) · 2.2 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
/*
Copyright 2020 FWBer.com
This file is part of FWBer.
FWBer is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
FWBer 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 Public License for more details.
You should have received a copy of the GNU Affero Public License
along with FWBer. If not, see <https://www.gnu.org/licenses/>.
*/
require_once("_names.php");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noarchive" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="<?php echo getSiteName().getTitleTagline();?>">
<meta property="og:title" content="<?php echo getSiteName().getTitleTagline();?>" />
<meta property="og:type" content="dating" />
<meta property="og:url" content="<?php echo getSiteURL();?>" />
<meta property="og:image" content="<?php echo getSiteURL();?>/images/fwber_logo.png" />
<meta property="og:site_name" content="<?php echo getSiteName().getTitleTagline();?>" />
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="FWBer">
<meta name="application-name" content="FWBer">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#59B0FF">
<link href="/bootstrap-4.3.1-dist/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="/styles.css" type="text/css" media="all"/>