Advertisement
mralasic

zadatak1

Jul 4th, 2022 (edited)
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3.   <head>
  4.     <title>Life is Strange</title>
  5.     <meta charset="utf-8" />
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  7.     <meta name="viewport" content="width=device-width, initial-scale=1" />
  8.     <link
  9.      rel="icon"
  10.      href="https://cdn.glitch.com/1655ed55-084c-44fb-a78a-58c8650728be%2Flis.jpg?v=1584108049717"
  11.    />
  12.     <!-- import the webpage's stylesheet -->
  13.     <link rel="stylesheet" href="/style.css" />
  14.  
  15.     <!-- import the webpage's javascript file -->
  16.     <script src="/script.js" defer></script>
  17.   </head>
  18.   <body>
  19.     <h1>
  20.       Life is Strange
  21.     </h1>
  22.  
  23.     <p>
  24.      Developed by the French studio DONTNOD known from Remember Me
  25.       episodic adventure game, modeled on the productions of Telltale Games.
  26.      The heroine is eighteen-year-old Max Caulfield, who returns years later
  27.       to the hometown of Arcadia Bay, Oregon.
  28.  
  29.     </p>
  30.  
  31.     <h3>
  32.       Plot
  33.     </h3>
  34.  
  35.     <p>
  36.       The plot of Life is Strange takes us to fictional American
  37.       small town of Arcadia Bay, Oregon. After 5 years to this town Max Caulfield comes back, the main heroine of the game entering adulthood, who returned in
  38.       family sites to start studying at the Blackwell Academy, a prestigious one
  39.       college for photography enthusiasts. She meets again there
  40.       with his former friend Chloe Price.
  41.  
  42.     </p>
  43.  
  44.     <h3>
  45.      Game mechanic
  46.     </h3>
  47.     <p>
  48. Like in other Telltale games, players must decide how to reacts to events in game and make some choices at key moments
  49.       adventures. This will have a significant impact on her adventures.
  50.  
  51.      
  52.     </p>
  53.    
  54.     <h2>
  55.       Gallery
  56.     </h2>
  57.     <img src="https://cdn.glitch.com/1655ed55-084c-44fb-a78a-58c8650728be%2Fbb097654-9d51-4787-9c00-39402cab408e.obraz.png?v=1584109934657" style="width:900px;">
  58.     <br>
  59.     <br>
  60.     <br>
  61.     <img src="https://cdn.glitch.com/1655ed55-084c-44fb-a78a-58c8650728be%2F7271433d-a431-4d9d-b5b3-205f73f15b43.obraz.png?v=1584109960766" style="width:900px;">
  62.     <br>
  63.     <br>
  64.     <br>
  65.     <img src="https://cdn.glitch.com/1655ed55-084c-44fb-a78a-58c8650728be%2F76058750-d879-4cf1-9e96-18d3cbec5671.obraz.png?v=1584109977885" style="width:900px;">
  66.     <br>
  67.     <br>
  68.     <br>
  69.    
  70.     <img src="https://cdn.glitch.com/1655ed55-084c-44fb-a78a-58c8650728be%2Flis.jpg?v=1584108049717" style="width:900px;">
  71.     <br>
  72.     <br>
  73.     <br>
  74.     <h2>
  75.       GamePlay
  76.     </h2>
  77. <iframe width="640" height="360" src="https://www.youtube.com/embed/2sHZcyx7iF8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  78.    
  79.     <br>
  80.     <br>
  81.     <br>
  82.    
  83.     <a href="https://store.steampowered.com/app/319630/Life_is_Strange__Episode_1/" target="_blank">Buy a game</a>
  84.    
  85.    
  86.   </body>
  87. </html>
  88.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement