Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

after_rainy.html 943 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap" rel="stylesheet">
  8. <link rel="stylesheet" href={{url_for('static',filename='after_rainy.css')}}>
  9. <title>Rainy Day</title>
  10. </head>
  11. <body>
  12. <h1 style="text-align: center; font-size: 3 rem; font-weight: bolder">RAINY DAY</h1>
  13. <div class="rainyimg">
  14. <img src="../static/rainy.jpg" alt="Vasanth" style="height: 550px; width: 550px; margin-left: 32%">
  15. </div>
  16. <div>
  17. <h2><center> Tomorrow is going to be <span style="font-style: italic; font-weight: bolder;">rainy day</span>. So enjoy yourselves
  18. with a cup of coffee and hot snack </center></h2>
  19. </div>
  20. </body>
  21. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...