Corona Splash on HTML5

hi,

how can i remove Corona Splash from index.html file

i already purchased splash screen removal plugin, and modified my build.settings file

i edited index.html before for another website i made with corona

but i’m unable to locate the image in the attached file

i’m not really good in html

Thanks & Regards,

Tariq

    <div id=“loading”>

        <progress value=“0” max=“100” id=“progress”></progress>

      <div id=“status”>Downloading…</div>

    </div>

This will remove splash screen.

Just replace old  <div id=“loading”> in index.html on this new one.

    <div id=“loading”>

        <progress value=“0” max=“100” id=“progress”></progress>

      <div id=“status”>Downloading…</div>

    </div>

This will remove splash screen.

Just replace old  <div id=“loading”> in index.html on this new one.