2014-05-20 08:27:56 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<!-- <meta http-equiv="refresh" content="60" /> -->
|
2014-05-20 14:31:44 +02:00
|
|
|
<meta name="description" content="Navigation bar" />
|
2014-05-20 08:27:56 +02:00
|
|
|
<meta name="author" content="Mikaela Suomalainen" />
|
2014-05-20 14:31:44 +02:00
|
|
|
<link rel="canonical" href="https://mkaysi.github.io/navbar.html">
|
|
|
|
<title>Navigation bar</title>
|
2014-05-20 08:27:56 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="css.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-05-20 14:31:44 +02:00
|
|
|
Pages
|
2014-05-20 08:27:56 +02:00
|
|
|
|
2014-05-23 12:41:23 +02:00
|
|
|
* <a href="index.real.html" target="right">Index</a>
|
2014-05-20 08:27:56 +02:00
|
|
|
|
2014-05-20 14:31:44 +02:00
|
|
|
Where to find me?
|
|
|
|
|
|
|
|
<!--
|
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
|
|
|
* <a href="pages/irc.html" target="right">Internet Relay Chat</a>
|
2014-05-20 14:31:44 +02:00
|
|
|
<!--
|
2014-05-23 12:41:23 +02:00
|
|
|
* <a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
|
2014-05-20 14:31:44 +02:00
|
|
|
-->
|
2014-05-20 08:27:56 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
2014-05-20 14:31:44 +02:00
|
|
|
<!-- vim : set ft=html -->
|