feat(Compose): Passage à Docker Compose et simplification Docker
This commit is contained in:
25
config/template.dec23
Normal file
25
config/template.dec23
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<link rel="stylesheet" href="style-dec23.css" type="text/css">
|
||||
<title>Papa Ogre veille au grain</title>
|
||||
</head>
|
||||
<body id="rawdog">
|
||||
<div id="page">
|
||||
<div id="header">
|
||||
<h1>rawdog __version__: __num_items__ items from __num_feeds__ feeds</h1>
|
||||
</div>
|
||||
<div class="pages">
|
||||
__paged_output_pages__
|
||||
</div>
|
||||
<div id="items">
|
||||
__items__
|
||||
</div>
|
||||
<div class="pages">
|
||||
__paged_output_pages__
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user