started tracking my website with git
This commit is contained in:
31
index.html
Normal file
31
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user