Advertisement
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">
- <title>Mail</title>
- <link rel="stylesheet" href="static/style.css"/>
- </head>
- <body>
- <!-- Insert pair of braces '{}' wherever you wish to put dynamic text -->
- <!-- using .format() in python later -->
- <main>
- <h1>This is a stylized test Email!</h1>
- <h3>{}</h3>
- <button>Submit</button>
- </main>
- <script src="script.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement