mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
13 lines
No EOL
285 B
HTML
13 lines
No EOL
285 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>SRS</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
setTimeout(function(){
|
|
window.location.href = "players/index.html" + window.location.search;
|
|
}, 500);
|
|
</script>
|
|
</body> |