finally, first commit
Signed-off-by: mctaylors <mctaylxrs@outlook.com>
This commit is contained in:
commit
7bede22927
11 changed files with 581 additions and 0 deletions
32
root.php
Normal file
32
root.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue