gronk/templates/index.html

14 lines
449 B
HTML
Raw Normal View History

2021-04-30 20:55:13 +00:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<title>$title$</title>
</head>
<body>
2021-05-01 10:48:41 +00:00
<h1>$title$</h1>
2021-04-30 20:55:13 +00:00
$body$
2021-05-01 11:00:01 +00:00
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
2021-04-30 20:55:13 +00:00
</body>