mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-15 00:19:25 +01:00
34 lines
782 B
HTML
34 lines
782 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<!-- <meta http-equiv="refresh" content="60" /> -->
|
|
<meta name="description" content="Navigation bar" />
|
|
<meta name="author" content="Mikaela Suomalainen" />
|
|
<link rel="canonical" href="https://mkaysi.github.io/navbar.html">
|
|
<title>Navigation bar</title>
|
|
<link rel="stylesheet" type="text/css" href="css.css" />
|
|
</head>
|
|
<body>
|
|
|
|
Pages
|
|
|
|
<a href="index.html" target="right">Index</a>
|
|
|
|
Where to find me?
|
|
|
|
<!--
|
|
<a href="pages/on-topic.html" target="right">On-topic sites</a>
|
|
-->
|
|
|
|
<!-- I cannot call IRC as on-topic nor off-topic -->
|
|
<a href="pages/irc.html" target="right">Internet Relay Chat</a>
|
|
|
|
<!--
|
|
<a href="pages/off-topic.html" target="right">Off-topic sites (Social Media)</a>
|
|
-->
|
|
|
|
</body>
|
|
</html>
|
|
<!-- vim : set ft=html -->
|