flash.moe/public/endix.php

155 lines
5.4 KiB
PHP
Raw Normal View History

2020-08-20 00:02:37 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>flash.moe endix</title>
<link href="endix.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="background">
<?php
$backgrounds = [
'https://mikoto.misaka.nl/i/Konachan.com%20-%20164484%20blush%20brown_eyes%20brown_hair%20drink%20misaka_mikoto%20seifuku%20short_hair%20skirt%20socks%20to_aru_kagaku_no_railgun%20to_aru_majutsu_no_index.png',
'https://mikoto.misaka.nl/i/misaka%202.png',
'https://mikoto.misaka.nl/i/misaka.jpg',
'https://mikoto.misaka.nl/i/Drl8DEPWwAAPniH.jpg',
'https://mikoto.misaka.nl/i/65776322_p2_master1200.jpg',
'https://mikoto.misaka.nl/i/52666925_p0.jpg',
'https://mikoto.misaka.nl/i/44161767_p0.jpg',
'https://mikoto.misaka.nl/i/32809110_p0.jpg',
'https://mikoto.misaka.nl/i/1551886307-ZEgXIk2.jpg',
'https://mikoto.misaka.nl/i/1551886971-MgnvSNG.jpg',
'https://mikoto.misaka.nl/i/1551881563-wR2Dcx8.jpg',
'https://mikoto.misaka.nl/i/1552084409-BsTLlKg.jpg',
];
?>
<img src="<?=$backgrounds[array_rand($backgrounds)];?>" alt=""/>
</div>
<div class="container">
<div class="container-content">
<?php if(empty($_GET['v'])): ?>
<div class="social-media">
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
meow<br/>
</div>
<div class="now-playing">
</div>
<?php endif; ?>
</div>
<div class="header">
<h1>flash.moe</h1>
<nav class="head-nav">
<a href="/endix.php">
<div class="head-nav-title">Home</div>
<div class="head-nav-desc">flash.moe at a glance</div>
</a>
<a href="/endix.php?v=projects">
<div class="head-nav-title">Projects</div>
<div class="head-nav-desc">List of things I've made or am making</div>
</a>
<a href="/endix.php?v=dash">
<div class="head-nav-title">Dash</div>
<div class="head-nav-desc">browser homepage, not linked in final</div>
</a>
<a href="//forum.flash.moe">
<div class="head-nav-title">Forum</div>
<div class="head-nav-desc">Feature requests and bug reports</div>
</a>
<a href="//flashii.net">
<div class="head-nav-title">Flashii</div>
<div class="head-nav-desc">Community site I run and develop</div>
</a>
<a href="//railgun.sh">
<div class="head-nav-title">Railgun</div>
<div class="head-nav-desc">Chat server and protocols I'm working on</div>
</a>
</nav>
</div>
</div>
</body>
</html>