entry_template.html (667B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link href="../style.css" rel="stylesheet"> 5 <title>pyratelog $title$</title> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 <meta charset="UTF-8"> 8 </head> 9 <body> 10 <header> 11 <span><h1>$title$</h1></span> 12 </header> 13 <div class="container"> 14 $body$ 15 </div> 16 <footer> 17 <p><a class="footer" href="/">EOF</a></p> 18 <p><a href="https://pyratebeard.net">who</a> :: <a href="https://log.pyratebeard.net">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a href="https://log.pyratebeard.net/rss.xml">rss</a> :: <a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa 4.0</a></p> 19 </footer> 20 </body> 21 </html> 22