25 lines
992 B
PHP
Executable File
25 lines
992 B
PHP
Executable File
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="styles/style.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<?php include "./modules/navbar.htm";
|
|
include "./modules/fuckjs.htm";
|
|
?>
|
|
<h1 class="page-title">Welcome to silly page</h1>
|
|
<p class="p-primary">I made this page so I can save stupid meme I find on the internet.</p>
|
|
<p class="p-primary">You can find all of the greatest shitposts <a href="/media/shitposts">here</a>.</p>
|
|
<img src="/media/babytengu.jpg" width="200px" alt="Imagine of the silly pukeko bird meme" />
|
|
<h3>You deserve...</h3>
|
|
<h2>OBLITIRATION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</h2>
|
|
</div>
|
|
<div>
|
|
This site's source is hosted on <a href="https://gitea.pukeko.club/yoruka/pukeko.club">Gitea</a>, please check the <a href="https://www.pukeko.club/LICENSE.html">license</a> for limitations and permissions.
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|
|
<script>document.getElementById("nojs").className = "nojs"</script>
|