self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

EpubStory2.xhtml
application/xhtml+xml

Download raw (1.1 KB)

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
	xmlns:epub="http://www.idpf.org/2007/ops">
	<head>
		<meta charset="utf-8"></meta>
		<title>Un Epub dont vous êtes le spectateur</title>
		<link rel="stylesheet" type="text/css" href="css/style.css" class="day" title="day"/> 

	</head>

<body style="background: linear-gradient( to bottom, white, #cccccc);">
	<div class="entete">
	<h1>Un Epub dont vous êtes le spectateur</h1>
	</div>
		<h2> The Epub 3 allows you to insert some multimedia, such as images, animated gif or videos.<br /></h2>
	
		<div><img src="Images/capitaine.jpeg" /></div>
		<p class="legend">Well of course, to read this Ebook, your'e supposed to be comfortable.</p>
	<br />	<div> <img src="Images/layers.gif" /></div>
 

		

	
	<video id="Peur_mp4" controls="controls">
		<source src="Videos/Peur.webm" type="video/webm"/>
		<source src="Videos/Peur.mp4" type="video/mp4"/>
	</video>

  <div class="link_footer">
    <a href="EpubStory3.xhtml">Continue to explore this Epub</a><br />
    <a href="EpubStory2.xhtml">Get back</a>
  </div>
</body>
</html>