2014-05-20 14:31:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Navigation bar" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/navbar.html">
|
|
|
|
<title>
|
|
|
|
Navigation bar
|
|
|
|
</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<p>Pages</p>
|
2014-05-23 12:41:23 +02:00
|
|
|
<ul class="incremental">
|
|
|
|
<li><a href="index.real.html" target="right">Index</a></li>
|
|
|
|
</ul>
|
2014-05-20 14:31:44 +02:00
|
|
|
<p>Where to find me?</p>
|
|
|
|
<!--
|
2014-05-23 12:41:23 +02:00
|
|
|
* <a href="pages/on-topic.html" target="right">On-topic sites</a>
|
2014-05-20 14:31:44 +02:00
|
|
|
-->
|
|
|
|
<!-- I cannot call IRC as on-topic nor off-topic -->
|
2014-05-23 12:41:23 +02:00
|
|
|
<ul class="incremental">
|
2014-06-13 10:54:11 +02:00
|
|
|
<li><a href="pages/irc.html" target="right">IRC</a> <!--
|
2014-05-23 12:41:23 +02:00
|
|
|
* <a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
|
|
|
|
--></li>
|
|
|
|
</ul>
|
2014-05-26 22:18:32 +02:00
|
|
|
<p>Not directly related to me:</p>
|
|
|
|
<p>IRC:</p>
|
2014-05-23 13:28:17 +02:00
|
|
|
<ul class="incremental">
|
2014-05-26 22:18:32 +02:00
|
|
|
<li><a href="pages/external/identifying.html" target="right">Auto-login</a></li>
|
2014-06-19 10:55:35 +02:00
|
|
|
<li><a href="pages/external/irc-utf-8.html" target="right">UTF-8</a></li>
|
2014-05-23 13:28:17 +02:00
|
|
|
</ul>
|
2014-05-20 14:31:44 +02:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<!-- vim : set ft=html -->
|
|
|
|
|
|
|
|
|