67 lines
2.4 KiB
PHP
67 lines
2.4 KiB
PHP
<?php
|
|
require_once('gate.php');
|
|
?>
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="The web space of Ty Clifford" />
|
|
<meta name="author" content="Ty Clifford">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
<meta name="keywords" content="Ty Clifford, Podcast, Spotify podcast, Keyser, West Virginia, United States, Nerd, Ty on TikTok, Ty's web space, Freedom of Expression">
|
|
<meta property="og:url" content="https://tyclifford.com/" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Ty Clifford - Hobbies are my hobby." />
|
|
<meta property="og:title" content="Ty Clifford - Members - Hobbies are my hobby." />
|
|
<meta property="og:image" content="<?php echo $mainURL; ?>/images/fa2.jpg" />
|
|
<meta property="og:image:alt" content="Profile image of Ty Clifford. Making a funny face squinting, Eye everything." />
|
|
<meta name="twitter:site" content="@_tyclifford" />
|
|
<meta name="twitter:title" content="Ty Clifford" />
|
|
<meta name="twitter:description" content="Ty's Podcast" />
|
|
|
|
<title>Ty Clifford - Hobbies are my hobby.</title>
|
|
|
|
<!-- FAV and TOUCH ICONS -->
|
|
<link rel="shortcut icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.ico">
|
|
<link rel="apple-touch-icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.jpg"/>
|
|
|
|
<!-- FONTS -->
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/hk-grotesk/style.css">
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/fontello/css/fontello.css">
|
|
|
|
<!-- STYLES -->
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/main.css">
|
|
|
|
</head>
|
|
|
|
<body class="is-text-align-center is-masked-dark is-text-light" style="background-color: black;">
|
|
|
|
|
|
|
|
|
|
<!-- CONTENT-WRAP -->
|
|
<div class="content-wrap">
|
|
|
|
<!-- CONTENT -->
|
|
<div class="content">
|
|
|
|
|
|
<p>Currently no content</p>
|
|
|
|
<hr />
|
|
<p class="is-social-minimal-light"><a class="social-link email" href="mailto:ty@tyclifford.com"> <a class="social-link twitter" href="https://twitter.com/_tyclifford"></a> <a class="social-link github" href="https://github.com/snick512/tyclifforddotcomland"></a></p>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- CONTENT-WRAP -->
|
|
|
|
<!-- SCRIPTS -->
|
|
<script src="../js/main.js"></script>
|
|
|
|
</body>
|
|
</html>
|