github.com/ssetin/penguincast@v0.2.0/html/404.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 5 <link rel="stylesheet" type="text/css" href="/style.css" /> 6 <link rel="shortcut icon" href="/favicon.ico" /> 7 <title>Error 404 (Not Found)</title> 8 </head> 9 <body> 10 <div class="middlep"> 11 <div class="middleb"> 12 <img src="/img/penguin.png" class="left"/> 13 <div class="left mainheader"><b>404.</b> Page Not Found. <br/> 14 The requested URL was not found on this server. 15 </div> 16 </div> 17 <div class="clear"></div> 18 </div> 19 </body> 20 </html>