Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Document</title>
- <link rel="stylesheet" href="css/style.css">
- </head>
- <body>
- <div class="header">
- <h1> Website title</h1>
- <img src="images/index.png" alt="" >
- <div class="topnav">
- <a class="active" href="#home">Home</a>
- <a href="#news">News</a>
- <a href="#contact">Contact</a>
- <a href="#about">About</a>
- </div>
- </div>
- <div class="content">
- <p>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque et quam et ex lacinia aliquet ac eu enim. In facilisis lacinia elit eleifend elementum. Integer consectetur nisl a lacus eleifend, ut consectetur turpis ornare. Aenean congue felis ac mattis viverra. Sed commodo aliquet condimentum. Nunc at elementum diam, id auctor massa. In tempor nisl nisi, ut suscipit tortor aliquet ac.
- </p>
- </div>
- <div class="galleryBox">
- <div class="gallery">
- <a target="_blank" href="images/index.png">
- <img src="images/index.png" alt="Cinque Terre" width="600" height="400">
- </a>
- <div class="desc">Add a description of the image here</div>
- </div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment