46 lines
989 B
Plaintext
46 lines
989 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta name="generator" content="rawdog __version__" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Papa Ogre veille au grain</title>
|
|
<link rel="stylesheet" href="bulma.min.css">
|
|
<style>
|
|
.items .day h2 {
|
|
font-weight: bold;
|
|
font-size: 150%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<section class="hero is-primary">
|
|
<div class="hero-body">
|
|
<div class="container">
|
|
<h1 class="title">
|
|
Papa Ogre veille au grain 
|
|
</h1>
|
|
<h2 class="subtitle">
|
|
__num_items__ items from __num_feeds__ feeds
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="pagination">
|
|
__paged_output_pages__
|
|
</section>
|
|
|
|
<section class="section items">
|
|
__items__
|
|
</section>
|
|
|
|
<section class="pagination">
|
|
__paged_output_pages__
|
|
</section>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|