-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
42 lines (38 loc) · 1.56 KB
/
subscribe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subscribe to my portfolio
</title>
<link rel="stylesheet" href="subscribe.css">
<link rel="icon" type="image/icon-x" href="Logo.png">
</head>
<body>
<header>
<p class="name" style="font-size: 70px;font-weight: bolder;font-family: cursive;"><img width="90" height="90" class="logo"src="Logo.png" alt="logo" >ISELE <img class="me" src="el.png" alt="me">
</header></p>
<center>
<div class="center" style="align-items: center;text-align: center;">
<form action="#" method="get">
<br><br>
<p class="text"><img width="20" height="20" class="google" src="Google.jpg" alt="google">
Use your google account </p><br>
<input id="txt" class ='email' type="email" placeholder="Enter your email here"> <br><br>
<input id="txt1" class='password' type="password" placeholder="Password to verify it's you"> <br><br><br>
</form>
<button class="subscribe" onclick="subscribe()" id="myButton" >Subscribe</button>
<br><br>
</div>
</center>
<br><br>
<div style="background-color: white;">
</div>
<script src="portifolio.js"></script>
<script type="text/javascript">
};
</script>
©Copyright information from GISELE
</body>
</html>