added markdown id

This commit is contained in:
specCon18 2025-02-01 00:56:50 -05:00
commit 8d709fdc0e
13 changed files with 779 additions and 0 deletions

20
public/index.html Normal file
View file

@ -0,0 +1,20 @@
<html>
<head>
<title>Why Frontend Development Sucks</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Front-end Development is the Worst</h1>
<p>
Look, front-end development is for script kiddies and soydevs who can't handle the real programming. I mean,
it's just a bunch of divs and spans, right? And css??? It's like, "Oh, I want this to be red, but not thaaaaat
red." What a joke.
</p>
<p>
Real programmers code, not silly markup languages. They code on Arch Linux, not macOS, and certainly not
Windows. They use Vim, not VS Code. They use C, not HTML. Come to the
<a href="https://www.boot.dev">backend</a>, where the real programming
happens.
</p>
</body>
</html>