Files
pukeko.club/ru/index.php
yoruka 25bf5f39d1 init
2025-05-16 11:38:08 +00:00

24 lines
1011 B
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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") ?>
<h1 class="page-title">добро пожаловать на глупую страницу</h1>
<p class="p-primary">
Я создал эту страницу, чтобы сохранять глупые мемы, которые
нахожу в интернете.
</p>
<p class="p-primary">
Все самые лучшие дерьмовые посты вы можете найти
<a href="/media/shitposts">здесь</a>.
</p>
<img width="200px" src="/media/babytengu.jpg" />
<h3>Ты заслуживаешь...</h3>
<h2>УНИЧТОЖЕНИЯ!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</h2>
</div>
</body>
</html>