mikaela.github.io/navbar.html
2014-05-20 15:45:49 +03:00

30 lines
815 B
HTML

<!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>
<p><a href="index.real.html" target="right">Index</a></p>
<p>Where to find me?</p>
<!--
<a href="pages/on-topic.html" target="right">On-topic sites</a>
-->
<!-- I cannot call IRC as on-topic nor off-topic -->
<p><a href="pages/irc.html" target="right">Internet Relay Chat</a></p>
<!--
<a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
-->
</body>
</html>
<!-- vim : set ft=html -->