forked from isbeorn/nina
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmd-template.html
More file actions
32 lines (31 loc) · 1.21 KB
/
md-template.html
File metadata and controls
32 lines (31 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta property="url" content="https://nighttime-imaging.eu/">
<title>Nighttime Imaging 'N' Astronomy</title>
<meta name="description" content="An astrophotography imaging suite">
<link rel="icon" href="https://nighttime-imaging.eu/wp-content/uploads/2019/02/Logo_Nina.png">
<meta property="image" content="https://nighttime-imaging.eu/wp-content/uploads/2019/02/Logo_Nina.png">
<meta property="type" content="website">
<meta property="og:url" content="https://nighttime-imaging.eu/">
<meta property="og:title" content="Nighttime Imaging 'N' Astronomy">
<meta property="og:description" content="An astrophotography imaging suite">
<meta property="og:image" content="https://nighttime-imaging.eu/wp-content/uploads/2019/02/Logo_Nina.png">
<meta property="og:type" content="website">
<style type="text/css">
body {
background-color: #222;
color: #eee;
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif
}
a {
color: #89cff0 !important;
}
</style>
<title>$title$</title>
</head>
<body>
$body$
</body>
</html>