Files
0xa0.dev/inc/footer.php
T
2026-07-21 17:06:32 +02:00

8 lines
260 B
PHP

<?php $build = trim((string) @file_get_contents(__DIR__ . '/../build.txt')) ?: 'dev'; ?>
</main>
<footer>
<small>&copy; <?= date('Y') ?> · <a href="https://git.0xa0.dev">source</a> · build: <?= htmlspecialchars($build) ?></small>
</footer>
</body>
</html>