mirror of
https://git.qwik.space/left4code/left4code.neocities.org.git
synced 2025-07-28 00:13:38 +05:30
apr 19th changes
This commit is contained in:
66
index.html
Normal file
66
index.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Left4Code - (Home)</title>
|
||||
<link href="style.css" rel="stylesheet" type="text/css" media="all">
|
||||
<link rel="icon" type="image/x-icon" href="favicon/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<header>
|
||||
<span>Left4Code</span>
|
||||
</header>
|
||||
|
||||
<div class="large">
|
||||
<nav>
|
||||
<a href="index.html">Home</a>
|
||||
<a href="blog.html">Blog / Courses</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<section class="half">
|
||||
<h1>Socials & Coins</h1>
|
||||
<h4>
|
||||
</h4>
|
||||
<h4>
|
||||
<a href="https://git.i2pd.xyz/Left4Code">Gitea</a>
|
||||
</h4>
|
||||
|
||||
<hr>
|
||||
<h4>
|
||||
<a href="left4code_gpg.txt">Email & GPG Key</a> | <a href="blogs/apr-19-2025.html">How to Use GPG!</a>
|
||||
</h4>
|
||||
<hr>
|
||||
</section>
|
||||
|
||||
|
||||
<section class="half">
|
||||
<h2>Changelog:</h2>
|
||||
|
||||
<h3>4/19/25 - Added GPG key & Email</h3>
|
||||
<h3>4/14/25 - Added Cute Favicon</h3>
|
||||
<h3>10/13/24 - Added Digital Forensics</h3>
|
||||
<h3>09/26/24 - Courses & blog section</h3>
|
||||
<h3>09/10/24 - Fixed Blog CSS</h3>
|
||||
<h3>09/09/24 - Site Finally Online</h3>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>CSS forked & modified from eyechi.neocities.org (Cool site!), originally from ribo.zone (You legend!)</p>
|
||||
<h5>This entire site and it's material are licensed under a Creative Commons Attribution-NonCommercial 4.0 International License</h5>
|
||||
<h5>and is not allowed to be used for Commercial purposes or educational purposes which require tuition (or any money at all) to access.</h5>
|
||||
<p><a href="https://creativecommons.org/licenses/by-nc/4.0/">https://creativecommons.org/licenses/by-nc/4.0/</a></p>
|
||||
<p>🧟</p>
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user