template: add directory with my html5 and md templates to help me.

This commit is contained in:
Mikaela Suomalainen 2014-05-29 11:51:20 +03:00
parent d579dbfe03
commit c0e4ca4ddc
4 changed files with 42 additions and 0 deletions

20
template/html.html Normal file
View File

@ -0,0 +1,20 @@
<!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 -->

1
template/html.html.txt Symbolic link
View File

@ -0,0 +1 @@
html.html

20
template/html.md Normal file
View File

@ -0,0 +1,20 @@
<!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=markdown-->

1
template/html.md.txt Symbolic link
View File

@ -0,0 +1 @@
html.md