-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 744 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="wodth-device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="HandheldFriendly" content="true">
<title>Thank you</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h2>Hey Lovelies!!!! For yesterday!!! <strong>Cynthia</strong> just wanna say </h2>
<h1> THANK YOU</h1>
<p>I promise to become more beautiful next year</p>
<img src="kisser.jpg" width="100" height="100">
</div>
</body>
</html>