Advertisement
epsilon413

Untitled

Apr 3rd, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>Mail</title>
  7.     <link rel="stylesheet" href="static/style.css"/>
  8. </head>
  9. <body>
  10.     <!-- Insert pair of braces '{}' wherever you wish to put dynamic text -->
  11.     <!-- using .format() in python later -->
  12.     <main>
  13.         <h1>This is a stylized test Email!</h1>
  14.         <h3>{}</h3>
  15.         <button>Submit</button>
  16.     </main>
  17.     <script src="script.js"></script>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement