mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-14 07:59:27 +01:00
template: add directory with my html5 and md templates to help me.
This commit is contained in:
parent
d579dbfe03
commit
c0e4ca4ddc
20
template/html.html
Normal file
20
template/html.html
Normal 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
1
template/html.html.txt
Symbolic link
@ -0,0 +1 @@
|
||||
html.html
|
20
template/html.md
Normal file
20
template/html.md
Normal 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
1
template/html.md.txt
Symbolic link
@ -0,0 +1 @@
|
||||
html.md
|
Loading…
Reference in New Issue
Block a user