new-tab-page/_layouts/default.html

16 lines
215 B
HTML
Raw Permalink Normal View History

2020-02-29 09:36:37 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<h1>{{ page.title }}</h1>
2020-02-29 10:37:27 +00:00
{{ content }}
2020-02-29 09:36:37 +00:00
</body>
</html>