new-tab-page/_layouts/default.html

15 lines
200 B
HTML
Raw 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>
</body>
</html>