diff --git a/public/404.html b/public/404.html index c6a681a..808000a 100644 --- a/public/404.html +++ b/public/404.html @@ -22,9 +22,9 @@ function showg() { p.height = '25%'; p.width = '25%'; o=document.getElementById('ogg_player_1_obj'); - p.height = '200'; - p.width = '35'; - p.controls = 'true'; + o.height = '200'; + o.width = '35'; + o.controls = 'true'; } console.log('showg()')