forked from WDI-SEA/css-positioning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (26 loc) · 735 Bytes
/
index.html
File metadata and controls
33 lines (26 loc) · 735 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Instagram</title>
</head>
<body>
Instagram
Capture and Share the World's Moments
Instagram is a fast, beautiful and fun way to share your life with friends and family.
Take a picture or video, choose a filter to transform its look and feel, then post to Instagram — it's that easy. You can even share to Facebook, Twitter, Tumblr and more. It's a new way to see the world.
Oh yeah, did we mention it's free?
Download on the App Store
Get it on Google Play
About Us
Support
Blog
Press
API
Jobs
Privacy
Terms
© 2014 Instagram
</body>
</html>