new-tab-page/_layouts/default.html

24 lines
322 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>
2020-02-29 10:10:01 +00:00
<div id='boxes'>
<div class='box'>
<h2>Status</h2>
</div>
<div class='box'>
<h2>Links</h2>
</div>
</div>
2020-02-29 09:36:37 +00:00
</body>
</html>