started tracking my website with git

This commit is contained in:
delgnam
2025-10-25 00:32:10 +05:30
parent 504b13463c
commit deb18b22ee
10 changed files with 285 additions and 0 deletions

31
index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>~delgnam's webpage</title>
</head>
<body>
<h1>o/ Welcome to my <a href="https://tilde.club">tilde.club</a> page :)</h1>
<section>
<ul>
<li>
<a href="ircslang.html">IRC slang collection (I have only learnt this much so far!)</a>
</li>
<li>
<a href="sshfs.html">Using sshfs utility</a>
</li>
</ul>
</section>
<footer>
<!-- Tilde Club Badge -->
<div style="text-align:center; margin-top:1.5rem;">
<a href="http://tilde.club">
<img src="http://tilde.club/~zarate/tildeclub.gif"
alt="Tilde Club Badge" width="88" height="31" border="0">
</a>
</div>
</footer>
</body>
</html>