Compare commits
No commits in common. "ea7a933a830527db9f930148652926c57685a56f" and "980df0cf0647a88c9bd6c8d8106cf71e99bb57b6" have entirely different histories.
ea7a933a83
...
980df0cf06
4 changed files with 1 additions and 53 deletions
|
@ -61,7 +61,7 @@ Your main content here, try to wrap it in <article> tags for nice padding
|
|||
-->
|
||||
|
||||
<?php
|
||||
include_once($COMMONS."/footer.php");
|
||||
include_once($COMMONS."/header.php");
|
||||
?>
|
||||
```
|
||||
- Do check out the already existing css rules before adding your own, the rule
|
||||
|
|
|
@ -40,22 +40,6 @@ $quote_arr = [
|
|||
"Art is not about production value or how much money you have
|
||||
to make it \"shiny\". It just has to come from a real place.
|
||||
Which is pain and suffering.",
|
||||
"Wake up, time to die.",
|
||||
"Is this testing whether I'm a replicant, or a lesbian, Mr. Deckard?",
|
||||
"I've seen things you people wouldn't believe.
|
||||
Hhmm, attack ships on fire off the shore of Orion.
|
||||
I watched C-beams glitter in the dark near the Tanhauser gate.
|
||||
All those moments will be lost in time, like... tears... in the rain.
|
||||
Time, to die.",
|
||||
"It's too bad she won't live, but then again, who does?",
|
||||
"It's not worth the bother of killing yourself,
|
||||
since you always kill yourself too late.",
|
||||
"The problem with autism is that it causes both myself and you
|
||||
to solve the wrong problem.",
|
||||
"Diverse AI cat image generator written in Rust,
|
||||
coming to a Cloud near you soon sponsored by Google.",
|
||||
"Courage is knowing it might hurt, and doing it anyway.
|
||||
Stupidity is the same. And that's why life is hard.",
|
||||
];
|
||||
|
||||
$quote_author_arr = [
|
||||
|
@ -74,14 +58,6 @@ $quote_author_arr = [
|
|||
"Brian Kernighan",
|
||||
"Georges Clemenceau",
|
||||
"Frances (firewalker)",
|
||||
"Leon (Blade Runner)",
|
||||
"Rachel (Blade Runner)",
|
||||
"Roy (Blade Runner)",
|
||||
"Gaff (Blade Runner)",
|
||||
"Emil Cioran",
|
||||
"Louis Rossman",
|
||||
"Trisymphony",
|
||||
"Jeremy Goldberg",
|
||||
];
|
||||
?>
|
||||
|
||||
|
|
|
@ -178,31 +178,6 @@ display_header("Random stuff");
|
|||
Interesting blog covering a variety of topics.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://lunduke.locals.com/landing/article">
|
||||
Lunduke
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
His website does not work without JS, works like shit
|
||||
even with it, but he does shine a light on some
|
||||
interesting topics in FOSS. Also, funny memes.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="https://www.youtube.com/watch?v=X2xc5M4r_Mo">
|
||||
Bernie Sanders on why the Congress should not be
|
||||
inviting Netanyahu, a war criminal, to a joint session.
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
Unfortunately hosted on youtube, but it is nice to see a
|
||||
politician who genuinely cares about people and does not
|
||||
bend his knee to the zionists.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
|
|
|
@ -18,6 +18,3 @@ User-agent: Claude-Web
|
|||
Disallow: /
|
||||
User-agent: ClaudeBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Amazonbot
|
||||
Disallow: /
|
Loading…
Reference in a new issue