index.html (577B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <link href="./style.css" rel="stylesheet"> 5 <title>pyratelog</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>pyratelog</h1></span> 12 <p><a href="https://pyratebeard.net">who</a> :: <a href="/" class="dead">log</a> :: <a href="https://git.pyratebeard.net">git</a> :: <a href="/rss.xml">rss</a> :: <a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa 4.0</a></p> 13 </header> 14 <div class='container'> 15 <ul class='index'> 16 </ul> 17 </div> 18 </body> 19 </html> 20