tilde.chat/header.php

30 lines
1.2 KiB
PHP
Raw Permalink Normal View History

2018-06-26 01:11:20 +00:00
<!DOCTYPE html>
<html lang="en">
2018-06-20 14:15:52 +00:00
<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/fork-awesome.css">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
2018-10-15 23:35:30 +00:00
<title>tilde.chat | <?=($title ?? 'tildeverse irc network')?></title>
2018-06-20 14:50:58 +00:00
2018-06-26 01:11:20 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
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'))?>">
2018-06-20 21:26:28 +00:00
<meta property="og:image" content="https://tilde.chat/apple-icon.png">
2018-06-20 16:22:43 +00:00
<meta property="og:site_name" content="tilde.chat">
<meta property="og:type" content="website">
2021-03-05 16:39:59 +00:00
<style>
/* offset #fragments */
:target:before {
content: "";
display: block;
height: 70px;
margin: -70px 0 0;
}
</style>
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'; ?>