site/index.php

29 lines
828 B
PHP
Executable File

<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#00cc00">
<title>TildeGames</title>
<link rel="stylesheet" type="text/css" href="https://tilde.team/css/hacker.css">
<?php
$title = "TildeGames";
$description = "The home of TildeGames, a tildeverse game studio.";
include "ogp.php";
?>
</head>
<body>
<div class="container">
<div class="page-header">
<h1><img src="./controller.png" style="width: 85px;padding-right:10px"><strong>TildeGames</strong></h1>
</div>
<p>An organization of tildenauts working to build video games! Join #tildegames on <a href="//tilde.chat/">tilde.chat</a>.</p>
<p>More details to come!</p>
</div>
</body>
</html>