seria/public/index.php
2022-07-03 23:44:11 +00:00

14 lines
644 B
PHP

<?php
require_once __DIR__ . '/../seria.php';
require_once __DIR__ . '/_header.php';
echo '<div class="index">';
echo '<h2>Welcome to the ' . SERIA_FLASHII . ' Tracker!</h2>';
echo '<p>This tracker is provided as a central download repository for files relevant to the community.</p>';
echo '<p>Among intended uses are archives and modifications. Some downloads are only available to authenticated users. Stats only function as Internet Points and won\'t incur repercussions if bad. Certain users are able to submit downloads for approval.</p>';
echo '<p>Please enjoy responsibly!</p>';
echo '</div>';
require_once __DIR__ . '/_footer.php';