-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.4 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
34
35
36
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>i would've said goodbye if i thought you loved me back</title>
<meta name="description" content="TODO">
<meta name="author" content="shawné michaelain holloway">
<!-- social media stuff -->
<meta property="og:title" content="i would've said goodbye if i thought you loved me back">
<meta property="og:url" content="TODO">
<meta property="og:image" content="TODO">
<meta property="og:description" content="TODO">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="i would've said goodbye if i thought you loved me back">
<meta name="twitter:site" content="@cleogirl2525">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/gif" href="http://iwouldvesaidgoodbyeif.ithoughtyouloved.me/images/heart-blue.gif">
</head>
<body>
<div class="email">
<a href="mailto:shawne.holloway@gmail.com">
<img src="ui/envelope.svg" alt="email icon">
</a>
</div>
<div class="home-screens">
<iframe src="back/index.html" frameborder="0"></iframe>
<iframe src="better/index.html" frameborder="0"></iframe>
<iframe src="more/index.html" frameborder="0"></iframe>
</div>
<div class="title">
i would've said goodbye if i thought you loved me back
</div>
</body>
</html>