Limnoria/navbar.html

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