Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.12 KB | None | 0 0
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4.      xmlns:h="http://xmlns.jcp.org/jsf/html">
  5.     <h:head>
  6.         <title>Facelet Title</title>
  7.         <meta charset="utf-8"></meta>
  8.         <h:outputStylesheet library="style" name="guess.css" />
  9.     </h:head>
  10.     <h:body>
  11.         <div id="content">
  12.             <div id="bigBubble">
  13.                 Trouve le nombre :
  14.                 <p id="text">Je pense &agrave; un nombre entre <strong>1</strong> et <strong>100</strong>. Pouvez-vous le trouver ?</p>
  15.             </div>
  16.             <div id="mediumBubble"></div>
  17.             <div id="smallBubble"></div>
  18.             <h:graphicImage alt="" library="images" name="tete.png" />
  19.             <h:form id="proposition">
  20.                 <h:inputText id="nombre" title="Un nombre de 1 à 100" value="" size="2" >
  21.                 </h:inputText >
  22.                 <h:commandButton value="Ok" action="index" />
  23.             </h:form>
  24.         </div>
  25.     </h:body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement