We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc4d10 commit bfa5108Copy full SHA for bfa5108
Buttons/Button_to_email_field/Code/index.html
@@ -0,0 +1,16 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
8
+ <title>Document</title>
9
+ <link rel="stylesheet" href="button_to_email_field.css">
10
+</head>
11
+<body class="emailbutton">
12
+ <div id="button">
13
+ <button id="emailsub" onclick="sub()"><strong>Notify Me</strong></button></div>
14
+ <script src="button_to_email_field.js"></script>
15
+</body>
16
+</html>
0 commit comments