Редизайн главной страницы

This commit is contained in:
2023-12-22 06:10:49 +03:00
parent 8d74a51937
commit 6958b75414
11 changed files with 137 additions and 63 deletions

View File

@@ -22,23 +22,13 @@ $PAGE_TITLE = "Index"; // TODO
</head>
<body>
<div class="wrapper">
<div class="nibbabox notsearchbox">
<img src="test.png">
</div>
<?php
require_once("front/searchbox.php");
require_once("front/counter.php");
// TODO: different pages
require_once("front/pages/index/random_meme.php");
require_once("front/pages/index/searchbox.php");
require_once("front/pages/index/counter.php");
require_once("front/footer.php");
?>
<div class="nibbabox notsearchbox">
<p>
Serving 3,451,953 posts<br>
<a title="Takedown Information" href="./static/takedown">Takedown Policy and Process</a> |
<a title="Contact Us" href="./static/contact">Contact Us</a> |
<a title="Advertising with Us" href="./help/advertising">Advertising</a> |
<a title="Terms of Service" href="./static/terms_of_service">Terms of Service</a> |
<a title="Privacy Policy" href="./static/privacy">Privacy</a>
</p>
</div>
</div>
</body>
</html>