-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 1.3 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" contents="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Home</h1>
<div>
<a href="index.html">Home</a>
<a href='about.html'>About</a>
<a href="Products.html">Products</a>
</div>
<img height="450px" src="https://scontent-dfw5-1.xx.fbcdn.net/v/t1.6435-9/146779982_3786799064676335_2151518976760999028_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=174925&_nc_ohc=aodO2mNfnKgAX_CDSgM&tn=2YAL7C9Lks8W-x8g&_nc_ht=scontent-dfw5-1.xx&oh=00_AT-edHLopD9GAZ0v_mWp49YqyRe0RsH6bL8Ab4WpV6fhFg&oe=63064597" alt="Me">
<p>This is me, I'm going to tell you how to build a skin care routine, I often don't know where to start when a friend asks about what products they should use. There's so many things to consider, so this is dedicated to everything I know about skincare
</p>
<form>
<h2 style="font-size:medium">Contact me (pls don't)</h2>
<input type="text" name="firstName" placeholder="First Name">
<input type="text" name="lastName" placeholder="Last Name">
<input type="text" name="phone" placeholder="Phone number">
<input type="text" name="zodiac" placeholder="Zodiac">
<input type="submit" value="Submit">
</form>
</body>
</html>