mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
wg start
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user