Limnoria/navbar.html.md

29 lines
695 B
Markdown
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" />
2014-05-20 14:03:35 +02:00
<link rel="canonical" href="https://mkaysi.github.io/limnoria/navbar.html">
2014-05-16 14:51:00 +02:00
<title>Navigation bar</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<body>
**Pages**
On-site links
2014-05-16 14:51:00 +02:00
<a href="index.real.html" target="right">Index</a>
2014-05-16 14:52:13 +02:00
<a href="Supybot.html" target="right">Security issues of Supybot</a>
2014-05-16 14:51:00 +02:00
2014-05-16 22:06:31 +02:00
<a href="http://lakka.kapsi.fi:62291/" target="right">Yvzabevn (my bot)</a>
2014-05-16 14:51:00 +02:00
<!-- **Off-site links** -->
</body>
</html>
<!-- vim : set ft=markdown -->