Platinus-Old/header.php

26 lines
1.1 KiB
PHP

<!--unfinished lol -->
<meta charset="UTF-8">
<link rel="stylesheet" href="<?php echo "https://" . $_SERVER["HTTP_HOST"] . "/css/bootstrap.css" ?>">
<script data-ad-client="ca-pub-3667210370239911" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta name="author" content="Platinus">
<meta name="description" content="Platinus is an old ROBLOX revival(2009,2011,2013). We are not affiliated with ROBLOX in any shape or form.">
<meta name="keywords" content="platinus, old, block, game, engine, nostalgia">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#FF0000">
<meta name="og:title" content="Platinus">
<meta name="og:site_name" content="Platinus">
<meta name="og:description" content="Platinus is an old ROBLOX revival(2010,2012,2014). We are not affiliated or endorsed with ROBLOX in any shape or form.">
<style>
body{
background: url("/img/bodybackground1.png");
background-size: contain;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.main{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
</style>