-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 2.76 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 2.76 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Late Night Commits Ripoff</title>
</head>
<body>
<nav>
<a href="https://latenightcommits.com">inspiration</a>
</nav>
<header>
<h1>🍺 Totally Didn't Ripoff LNC</h1>
<p class="some-quote-thing">When the pressures of making something decent just overwhelm you</p>
</header>
<main>
<div class="comment" role="comment">
<p class="the-actual-comment">Does anyone even read these commit messages lmao</p>
<div class="comment-details">
<img src="https://i.imgur.com/hfeNu8S.jpeg" alt="profile image">
<p class="name">iMissMyspace</p>
<p class="time">12 minutes ago</p>
</div>
</div>
<div class="comment" role="comment">
<p class="the-actual-comment">**** that took longer than I thought</p>
<div class="comment-details">
<img src="./assets/2021-09-14 11.39.57.jpg" alt="profile image">
<p class="name">bkrabec</p>
<p class="time">32 minutes ago</p>
</div>
</div>
<div class="comment" role="comment">
<p class="the-actual-comment">I'm so tired of this ****</p>
<div class="comment-details">
<img src="./assets/1659475041040.jpeg" alt="profile image">
<p class="name">sorry-eric-lol</p>
<p class="time">1 hour ago</p>
</div>
</div>
<div class="comment" role="comment">
<p class="the-actual-comment">**** that infinite loop messed me up</p>
<div class="comment-details">
<img src="https://i.kym-cdn.com/entries/icons/facebook/000/025/867/Screen_Shot_2018-04-06_at_10.45.01_AM.jpg" alt="profile image">
<p class="name">yasss</p>
<p class="time">1 hour ago</p>
</div>
</div>
<div class="comment" role="comment">
<p class="the-actual-comment">****! No one told me hierarchy matters</p>
<div class="comment-details">
<img src="https://s.yimg.com/ny/api/res/1.2/36hcPXSy68FAQUIr6DfhzA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTU0MDtjZj13ZWJw/https://s.yimg.com/uu/api/res/1.2/3Fz7HsHo.SQSJbS1mFZYZA--~B/aD00NTA7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/kotaku_564/589d43990b23bc737782d862a6539ab3" alt="profile image">
<p class="name">whathighground</p>
<p class="time">2 hours ago</p>
</div>
</div>
</main>
</body>
</html>