<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head>   <title>Avidemux</title>        <link rel="icon" type="image/png" href="./logos/logo.png"/> </head>    <frameset cols=120,100%>  <frame src="admleft.html" marginwidth=0 marginheight=0 scrolling=NO frameborder=1 name=left>  <frame src="admright.html" marginwidth=0 marginheight=0 frameborder=1 name=right scrolling=auto>  </frameset>  </html> 
