Skip to content

Commit bfa5108

Browse files
authored
Create index.html
1 parent 3fc4d10 commit bfa5108

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)