Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="sv">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
  6.         <link rel="stylesheet" href="memory.css" />
  7.     </head>
  8.    
  9.     <body>
  10.         <div id="Container">
  11.        
  12.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_1.png">
  13.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_2.png">
  14.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_3.png">
  15.            
  16.             <br>
  17.            
  18.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_2.png">
  19.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_3.png">
  20.             <img src="C:\Users\Hedvi_000\Pictures\Saved Pictures\labb5_1.png">
  21.            
  22.         </div>
  23.        
  24.         <script src="memory.js"></script>
  25.     </body>
  26.    
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement