Редизайн главной страницы
This commit is contained in:
20
index.php
20
index.php
@@ -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>
|
||||
Reference in New Issue
Block a user