Update navbar.html.md

This commit is contained in:
Mikaela Suomalainen 2014-05-20 09:27:56 +03:00
parent e01828e622
commit e1481177e6

View File

@ -1 +1,19 @@
This should be source of .html file.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="Insert description here" />
<meta name="author" content="Mikaela Suomalainen" />
<link rel="canonical" href="https://">
<title>Insert title here</title>
<link rel="stylesheet" type="text/css" href="css.css" />
</head>
<body>
</body>
</html>
<!-- vim : set ft=markdown-->