add responsive meta tag

This commit is contained in:
Ben Harris 2018-06-25 21:11:20 -04:00
parent 4b3f715daa
commit 6a2c8ed0e5
No known key found for this signature in database
GPG Key ID: B64A6A760647C7F8
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/fork-awesome.css">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<title>tilde.chat | <?=($title ?? 'irc network for tildes')?></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta property="og:title" content="tilde.chat | <?=($title ?? 'irc network for tildes')?>">
<meta property="og:url" content="https://tilde.chat<?=$_SERVER['REQUEST_URI']?>">
<meta property="og:description" content="<?=($desc??($title??'the home of an irc network for tildes'))?>">