90 lines
2.7 KiB
HTML
90 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="description" content="Change the fucking channel already!">
|
|
|
|
<title>The Fediverse</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body style="margin: 0px;" onload="Start()">
|
|
<section onclick="WarningFade()" class="WarningMessage">
|
|
<h2>Warning! Care for yourself!</h2>
|
|
<p>
|
|
The world might seem like an uncaring place. At a glance, that might seem true. However, that doesn't mean nobody cares. The average person has enough affection to share with you, so please share it back. <br>
|
|
You are also cute :3 <br>
|
|
<em>Safety options are available here: https://CrowdedGames.Group</em>
|
|
<noscript>Look. Javascript is required to run this. I'm sorry, there isn't anything I can do about it.</noscript>
|
|
</p>
|
|
<p class="BlinkAnimation"><b>Click on this webpage to continue</b></p>
|
|
</section>
|
|
|
|
<section class="Main">
|
|
<header class="MainHeader">
|
|
<h1>The World Wide Web</h1>
|
|
</header>
|
|
|
|
<div class="PostContainer">
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
<article class="Post">
|
|
<p class="Username">Testing</p>
|
|
<p class="PostContent">The things</p>
|
|
</article>
|
|
</div>
|
|
|
|
<img class="Arrow" src="Icons/ArrowLeft.png"/>
|
|
<img class="Arrow" src="Icons/ArrowRight.png"/>
|
|
|
|
<footer class="MainFooter">
|
|
<p>Button</p>
|
|
<p class="Time" style="width: 50%">Time</p>
|
|
<p>Button</p>
|
|
</footer>
|
|
</section>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|