-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (70 loc) · 4.3 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<title>Just dont bother asking!</title>
<meta property="og:title" content="Don't ask. Just don't bother!" />
<meta property="og:description" content="Because nobody gives a shit anyways...">
<meta property="og:url" content="https://dontask.lol" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://dontask.lol/favicon.png" />
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
</head>
<body>
<main>
<h1>Don't ask. Just don't bother!</h1>
<p>
Welcome to the internet, where time is valuable, attention spans are fleeting, and your question...
well, might not even be worth asking. Before you even think about typing, let's get one thing straight:
<b>Just don't bother!</b><br><br>
</p>
<h2>Why not?</h2>
<p>
Look, we know you've got questions, but have you ever considered that the universe is vast and your
question is... probably not? There are some things better left unanswered, or better yet, <b>unasked</b>.<br><br>
Think about it: is your question going to change the world? Or is it just another "<i>Can you Google this
for me? </i>" moment? Exactly.
</p>
<h2>Scenarios Where You Shouldn't Bother:</h2>
<ol>
<li><b>You're not sure if your question makes sense:</b> Spoiler alert: It doesn't. You already know that,
which is why you're hesitating. Trust your instincts.</li><br>
<li><b>The answer is painfully obvious:</b> Yes, you can Google it. No, we won't judge you for not trying.
But we will judge you for asking here.</li><br>
<li><b>You don't care that much:</b> If your curiosity level is below "mildly intrigued", we can guarantee
that the answer won't be that satisfying. Just... move on with your day.</li><br>
<li><b>You already asked someone else:</b> And they didn't respond. Take the hint. Maybe your question
didn't need to be answered after all. Or maybe they're just as confused as you are.</li><br>
</ol>
<h2>But I Really Want to Ask!</h2>
<p>
You could ask. Sure. But you know what would be more productive? Not asking. Here's why:
<ul>
<li><b>It's a waste of time:</b> Mostly yours. And ours. And anyone else's who stumbles across your
existential quandary.</li><br>
<li><b>The internet has enough clutter:</b> Let's not add to the noise. Do you want to be remembered
as the person who asked whether fish get thirsty? Didn't think so.</li><br>
<li><b>The satisfaction isn't real:</b> That fleeting moment of gratification when someone responds?
Yeah, it'll vanish in seconds. You'll still have that empty feeling inside.</li><br>
</ul>
</p>
<h2>Alternatives to Asking:</h2>
<ol>
<li><b>Google it:</b> We said it before, but we mean it. The search bar is right there, waiting. It's free.</li><br>
<li><b>Just guess:</b> You'll probably be 70% right, and 100% satisfied that you didn't bother anyone with it.</li><br>
<li><b>Forget about it:</b> Seriously, just let it go. You'll live longer and be more mysterious for never
knowing the answer.</li><br>
</ol>
<h3>Final Thoughts:</h3>
<p>
At the end of the day, life is full of unasked questions, and that's okay. It's the way it's meant to be.
So, before you hit that "Ask" button, take a deep breath, and say to yourself: <b>"Don't ask. Just don't bother."</b>
</p>
</main>
<footer>
This is satire; please don't link people to this seriously. <a href="https://crazyco.xyz">Made with both love and hate by Crazyco</a>
</footer>
</body>
</html>