-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (41 loc) · 1.35 KB
/
index.html
File metadata and controls
44 lines (41 loc) · 1.35 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
---
layout: default
title: home
---
<div class="posts">
{% for post in site.posts %}
<div class="snippet">
<p>
<a href="{{ post.url }}" class="title">{{ post.title }}</a>
<div class="postDate">Posted {{ post.date }}</div>
<div class="body">
{{ post.excerpt }}
</div>
</p>
</div>
{% endfor %}
</div>
<!DOCTYPE HTML>
<!--web project hosted at github-->
<!--formatted by yeetsup-->
<html lang="en">
<body>
<div>
<h2>How has this survived?</h2>
<p>
This site has been through a lot of <text class="rdrtext">fucking</text> <text class="rdrtextred">gay</text> stuff, but through it all, it has stayed alive and well.
</p>
<h2>How?</h2>
<p>
It's called "backups", you dummy. Anyways, I'm not here to to do a QnA,
I'm here to tell you...
</p>
<h2>...What this site's about:</h2>
<p>
Erm, Acktchully 🤓, this site isn't really about anything in particular, just about stuff that I'm intrested in.
Find anything here intresting? Cool, there's probably a good chance I'm not into that anymore, and won't be doing anything related to it in the future.
Be sure to check out the <a href="https://github.com/yeetssite/yeetssite.github.io/">sauce</a>!
</p>
</div>
</body>
</html>