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

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

contentAvecTexte.xhtml
application/xhtml+xml

Download raw (1.4 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>OpenSauce</title>
		<link rel="stylesheet" type="text/css" href="styles/style.css" class="day" title="day"/> 

	</head>
	<body>
	  <script src="js/jquery.js"></script>
	    <script>
    //<![CDATA[
  $(document).ready(function() {

  
  $("#cell1").click(function() {
      $("#cell1bis").show();
  });

    $("#cell1bis").click(function() {
      document.location.href = "content2.xhtml";
  });
  
  
    $("#cell2").click(function() {
      $("#cell2bis").show();
  });

    $("#cell2bis").click(function() {
      $("#cell2bis").hide();
  });
  
  
  
      $("#cell3").click(function() {
      $("#cell3bis").show();
  });

    $("#cell3bis").click(function() {
      $("#cell3bis").hide();
  });
  
  

  
  });
    //]]>
  </script>
 
        
        
        <div class="story">
        <p>
        flegmatique - choix 1
        </p>
        </div> 
        
        <div class="story">
        <p>
        <a href="nomdufichier.html">volubile - choix 2</a>
        </p>
        </div> 
        
        <div class="story">
        <p>
        spartiate - choix 3
        </p>
        </div> 
                      
		
			
	</body>
</html>