weekly/templates/full.html

13 lines
207 B
HTML
Raw Normal View History

2019-12-22 21:17:43 +00:00
<!doctype html>
2019-12-22 11:57:14 +00:00
<html lang="en">
<head>
<title>Weekly summaries</title>
</head>
<body>
<div class="h-feed">
<h1 class="p-name">Weekly</h1>
<span class="next-entry"></span>
</div>
</body>
</html>