Limnoria/navbar.html.md

29 lines
680 B
Markdown
Raw Normal View History

2014-05-16 15:51:00 +03: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 15:03:35 +03:00
<link rel="canonical" href="https://mkaysi.github.io/limnoria/navbar.html">
2014-05-16 15:51:00 +03:00
<title>Navigation bar</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<body>
**Pages**
On-site links
2014-05-16 15:51:00 +03:00
<a href="index.real.html" target="right">Index</a>
2014-05-16 15:52:13 +03:00
<a href="Supybot.html" target="right">Security issues of Supybot</a>
2014-05-16 15:51:00 +03:00
2014-06-23 15:47:42 +03:00
<a href="Relaybot.html" target="right">Ignoring RelayBot</a>
2014-05-16 23:06:31 +03:00
2014-05-16 15:51:00 +03:00
<!-- **Off-site links** -->
</body>
</html>
<!-- vim : set ft=markdown -->