Limnoria/navbar.html

24 lines
742 B
HTML
Raw Normal View History

2014-05-16 14:51:00 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" /> <!-- <meta http-equiv="refresh" content="60" /> --> <meta name="description" content="Navigation panel" /> <meta name="author" content="Mikaela Suomalainen" /> <link rel="canonical" href="https://mkaysi.github.io/Limnoria/navbar.html">
<title>
Navigation bar
</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<body>
<p><strong>Pages</strong></p>
<p>On-site links</p>
2014-05-16 14:51:00 +02:00
<p><a href="index.real.html" target="right">Index</a></p>
2014-05-16 14:52:13 +02:00
<p><a href="Supybot.html" target="right">Security issues of Supybot</a></p>
2014-05-16 22:06:31 +02:00
<p><a href="http://lakka.kapsi.fi:62291/" target="right">Yvzabevn (my bot)</a></p>
2014-05-16 14:51:00 +02:00
<!-- **Off-site links** -->
</body>
</html>
<!-- vim : set ft=markdown -->