web/prologue.html
changeset 41 f2123b4487e9
parent 37 1f10a9688c1b
child 42 01415303372e
equal deleted inserted replaced
40:f667f24b4a01 41:f2123b4487e9
    22 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    22 			<!--this div empty allows the element content_vcentering to be vertically aligned -->
    23 			<div class="strut"></div><!--
    23 			<div class="strut"></div><!--
    24 			this comment corrects the white-space (display: inline);
    24 			this comment corrects the white-space (display: inline);
    25 			--><section class="fullScreen_vcentering">
    25 			--><section class="fullScreen_vcentering">
    26 	            <video autoplay poster="/">
    26 	            <video autoplay poster="/">
    27 	           		<sourcesrc="/"type="video/mp4" />
    27 	           		<source src="static/res/video/boucle/FOND2.mp4"type="video/mp4" />
    28 	           		<sourcesrc="/"type="video/webm" />
    28 	           		<source src="/"type="video/webm" />
    29 	  				<p>Votre navigateur ne gère pas l'élément video @todo</p>
    29 	  				<p>Votre navigateur ne gère pas l'élément video @todo</p>
    30 				</video>
    30 				</video>
    31 			</section>
    31 			</section>
    32 		</div>	
    32 		</div>	
    33 
    33