-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (21 loc) · 858 Bytes
/
index.html
File metadata and controls
35 lines (21 loc) · 858 Bytes
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
<!DOCtype html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href = "screen.css">
<title>Vinayak & Sonal</title>
</head>
<body>
<h1>Vinayak & Sonal</h1>
<h3>February 27<sup>th</sup>, 2016</h3>
<div id="greeting">Hello family and friends,</div>
<p>Stay updated with the couple's married life<p>
<figure>
<img src="photos/maincouple_pic.jpg" alt="Vinayak and Sonal" >
</figure>
<label>Name<input type="text" name="name" id="name" />
<label>Email<label><input type="email" name="email" id="email" />
<button type="submit" name="Get Updated" />Get Updated!</button>
<p> Contact couple further <a href="https://www.appycouple.com/wedding/sonalvinayak" target="_blank"> here</a></p>
</body>
</html>