Limnoria/navbar.html.md

29 lines
680 B
Markdown

<!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>
**Pages**
On-site links
<a href="index.real.html" target="right">Index</a>
<a href="Supybot.html" target="right">Security issues of Supybot</a>
<a href="Relaybot.html" target="right">Ignoring RelayBot</a>
<!-- **Off-site links** -->
</body>
</html>
<!-- vim : set ft=markdown -->