32 lines
1.2 KiB
PHP
32 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8" />
|
|
<title>mctaylors' toaster</title>
|
|
<link rel="stylesheet" href="/style.css" />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<meta name="viewport" content="initial-scale=0.75 user-scalable=no" />
|
|
|
|
<meta property="og:site_name" content="mctaylors' toaster" />
|
|
<meta property="og:title" content="/" />
|
|
<meta property="og:image" content="/favicon.png" />
|
|
<meta property="og:description" content="also known as "home page"" />
|
|
|
|
<script type="text/javascript" src="/cookie.js"></script>
|
|
<script type="text/javascript" src="/main.js"></script>
|
|
<script type="text/javascript"> window.onload = function() { statusNonSensitive(); } </script>
|
|
</head>
|
|
<body>
|
|
/
|
|
<span style="float: right; text-align: right">mctaylors' toaster<br />
|
|
<a href="https://mctaylors.ru">mctaylors.ru</a><br />
|
|
<br />
|
|
<span class="interactable" onClick="toggleNonSensitive()" id="statusSensitive">...</span> enable sensitive content</span></span>
|
|
<div class="center"><?php readfile("logo.txt") ?>
|
|
<div>
|
|
<!-- put some a hrefs here -->
|
|
</div>
|
|
</div>
|
|
<b><div class="footer">mctaylors' toaster</b>. some rights reserved.</div>
|
|
</body>
|
|
</html>
|