| Server IP : 3.147.158.171 / Your IP : 216.73.216.88 Web Server : Apache/2.4.67 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-2-178.us-east-2.compute.internal 6.1.172-216.329.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 20 06:31:34 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /tsai/repo/chatbot/projects/player/src/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Player</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
(function () {
var host = window.location.hostname;
if (host.indexOf('chat-') !== 0) return;
var wpHost = window.location.protocol + '//' + host.substring(5);
var link = document.createElement('link');
link.rel = 'icon';
link.type = 'image/png';
link.href = wpHost + '/wp-content/uploads/tsai-icons/player.png';
document.head.appendChild(link);
})();
</script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<player-root></player-root>
</body>
</html>