32 lines
837 B
HTML
32 lines
837 B
HTML
|
|
<!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>
|