tilde.chat/header.php

18 lines
773 B
PHP
Raw Normal View History

2018-06-20 14:15:52 +00:00
<html>
<head>
2018-06-20 16:22:43 +00:00
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/forkawesome.css">
<title>tilde.chat | <?=($title ?? 'irc network for tildes')?></title>
2018-06-20 14:50:58 +00:00
2018-06-20 16:22:43 +00:00
<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'))?>">
<meta property="og:image" content="https://tilde.chat/ogpempty.png">
<meta property="og:site_name" content="tilde.chat">
<meta property="og:type" content="website">
2018-06-20 14:15:52 +00:00
</head>
2018-06-20 15:24:43 +00:00
<body style="padding-top: 70px;">
2018-06-20 14:15:52 +00:00
<div class="container">
2018-06-20 15:24:43 +00:00
<?php require 'navbar.php'; ?>