Limnoria/navbar.html.md

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