50 lines
1.6 KiB
HTML
50 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>ProfaneC</title>
|
||
|
<link rel="stylesheet" href="styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<header>
|
||
|
<h1>ProfaneC</h1>
|
||
|
<p>The Unholy Companion to HolyC</p>
|
||
|
</header>
|
||
|
|
||
|
<main>
|
||
|
<section class="intro">
|
||
|
<h2>Welcome to ProfaneC</h2>
|
||
|
<p>Programming so blasphemous, it can only be handled by true heretics.</p>
|
||
|
<a href="https://github.com/bigsketti/ProfaneC" class="btn">Get Started</a>
|
||
|
</section>
|
||
|
|
||
|
<section class="about">
|
||
|
<h2>What is ProfaneC?</h2>
|
||
|
<p>
|
||
|
ProfaneC is a programming language, born from the unholy depths of the terminal.
|
||
|
Inspired by Terry Davis' HolyC, it flips the script on divine programming, bringing blasphemy
|
||
|
to your fingertips.
|
||
|
</p>
|
||
|
</section>
|
||
|
|
||
|
<section class="download">
|
||
|
<h2>Download</h2>
|
||
|
<p>
|
||
|
Ready to embrace the chaos? Head over to our <a href="https://github.com/bigsketti/ProfaneC">Git repository</a>
|
||
|
and unleash ProfaneC on your machine.
|
||
|
</p>
|
||
|
</section>
|
||
|
|
||
|
<section class="contribute">
|
||
|
<h2>Contribute</h2>
|
||
|
<p>ProfaneC needs more heretics! Join us in our quest for programming infamy.</p>
|
||
|
</section>
|
||
|
</main>
|
||
|
|
||
|
<footer>
|
||
|
<p>© 2024 ProfaneC. All rights reserved. We don't pray here, we code.</p>
|
||
|
</footer>
|
||
|
</body>
|
||
|
</html>
|