mikaela.github.io/template/html.html
Mikaela Suomalainen 7e72789540 chmod
2014-06-14 20:15:54 +03:00

21 lines
469 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<!-- <meta http-equiv="refresh" content="60" /> -->
<meta name="description" content="Insert description here" />
<meta name="keywords" content="Insert keywords 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=html -->