4chan/www.4chan/contests/logoreduxwin.php
2025-04-17 18:12:08 -05:00

23 lines
481 B
PHP

<?php
function title() {
echo "Contests - Logo (Redux) Contest Winner - 4chan";
}
$top_box_count = 1;
function top_box_title_0() {
?>Logo (Redux) Contest Winner<?
}
function top_box_content_0() {
?>
<p><img src="//s.4cdn.org/image/fp/logo.png"
alt="coda (edited by Frank Stallone)" style="border: 2px dashed #000;" /><br />
coda (edited by Frank Stallone)</p>
<?
}
$left_box_count = 0;
$right_box_count = 0;
include '../frontpage_template.php';