Skip to content

Commit

Permalink
blog.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shohan12727 committed Jan 6, 2025
0 parents commit 5cf9d7d
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blogs</title>
</head>
<body>
<header>
<nav>
<ul>
<li>
<a href="home.html">home</a>
</li>
<li>
<a href="blogs.html">blogs</a>
</li>
<li>
<a href="about.html">about</a>
</li>
</ul>
</nav>

</header>
<main>
<article>
<header>
<h2>
My Trips to Mountains was charming.
</h2>
<p>
Publish on:<time datetime="2025-5-14">14 may,2025 </time>
</p>

</header>
<figure>
<img width="50%" src="https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTZ8fHRyYXZlbHxlbnwwfHwwfHx8MA%3D%3D">
<figcaption>Mountains</figcaption>
</figure>
<section>
<h5>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Consequatur possimus quae nam, odit, ipsam nisi deleniti eum ullam eos esse deserunt dolore quis! Non quaerat enim accusantium, dicta iste eius?
</h5>
</section>
<section>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Labore praesentium iste, ipsa in cupiditate culpa voluptatem accusamus atque suscipit voluptates exercitationem quos eaque aliquid sunt tempora quo quibusdam! Dolor, repudiandae!
</section>
</article>


</main>
<footer>
<p>
<small>
&copy; 2089 All Rights are Reserved
</small>
</p>

</footer>
</body>
</html>

0 comments on commit 5cf9d7d

Please sign in to comment.