From a4c533fe4c5998461a61f50daa0eeccc0660cee9 Mon Sep 17 00:00:00 2001 From: Simon Latapie <garf@videolan.org> Date: Sun, 23 Nov 2003 16:27:54 +0000 Subject: [PATCH] * index.html: oops (forgot refresh cludge) --- share/http/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/http/index.html b/share/http/index.html index b7ca4ccd35dd..7f47d9ce03f4 100644 --- a/share/http/index.html +++ b/share/http/index.html @@ -6,6 +6,10 @@ <title>VLC Media Player</title> <link href="/style.css" title="Default" rel="stylesheet" /> + <vlc id="if" param1="url_param"/> + <meta http-equiv="refresh" content="0;URL=/" /> + <vlc id="end" /> + <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort" /> <vlc id="set" param1="sout" param2="string" /> </head> -- GitLab