1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 06:18:42 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-04 17:27:19 +02:00
parent a29d84038e
commit 7b1311c78e
20 changed files with 665 additions and 35 deletions

View File

@@ -1,5 +1,10 @@
<?php declare(strict_types=1);
require_once dirname(__DIR__) . '/platform/footer.php';
$__platformDir = __DIR__ . '/android_cast/examples/platform';
if (!is_file($__platformDir . '/footer.php')) {
$__platformDir = dirname(__DIR__) . '/platform';
}
require_once $__platformDir . '/footer.php';
unset($__platformDir);
?>
<!DOCTYPE html>
<html lang="en" data-theme="dark" data-clock-font="mixed">