1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the demo pages, move scripts after body.

This commit is contained in:
winlin 2015-08-20 15:19:43 +08:00
parent 575a698820
commit 018af55d65
15 changed files with 1756 additions and 1313 deletions

View file

@ -5,9 +5,10 @@
<meta charset="utf-8">
</head>
<body>
<script type="text/javascript">
setTimeout(function(){
window.location.href = "players/index.html" + window.location.search;
}, 500);
</script>
</body>
</body>
<script type="text/javascript">
setTimeout(function(){
window.location.href = "players/index.html" + window.location.search;
}, 500);
</script>
</html>