forked from ifyourereadingthis/ifyourereadingthis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 999 Bytes
/
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
37
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=900">
<title>If you're reading this....</title>
<link rel="stylesheet" media="all" href="style.css"
data-turbolinks-track="true" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="app">
<div id="cover">
<textarea placeholder="If youre reading this its your birthday abbey grace" autofocus autocomplete="off" autocorrect="off"
autocapitalize="off" spellcheck="false" maxlength="60"></textarea>
<div id="test"></div>
<div class="bottom">
<img class="prayer" src="one-like-one-prayer-17e2ed801e8421f4d5d5bb41987b80b0.jpg"
alt="One like one prayer" />
</div>
</div>
</div>
<div class="by">
<a href="https://github.com/mattbhenley">@mattbhenley</a>
</div>
<div class="fun">
<p>enter your own text, my woes</p>
</div>
</body>
</html>