grifdail

html

Nov 14th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.40 KB | None | 0 0
  1. <DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <link href="graphique.css" rel="stylesheet" />
  5.         <script src="bejeweled.js"></script>
  6.         <title>Bejeweled by maxence.</title> <!-- Pense a donné un titre, c'est important pour une page -->
  7.     </head>
  8.     <body>
  9.         <h1>BLOBZY</h1> <!-- surtout n'utilise pas la balise center, et pas la peine de mettre titre dans une div -->
  10.         <div id="Gcarre"></div>
  11.     </body>
  12. </head>
Advertisement
Add Comment
Please, Sign In to add comment