github.com/cortesi/devd@v0.0.0-20200427000907-c1a3bfba27d8/templates/404.html (about) 1 <html> 2 <head> 3 <style> 4 p { 5 padding: 20px; 6 font-size: 3em; 7 } 8 .footer { 9 width: 100%; 10 margin-top: 2em; 11 text-align: right; 12 font-style: italic; 13 } 14 </style> 15 </head> 16 <body> 17 <p>404: Page not found</p> 18 <div class="footer"> 19 {{ .Version }} 20 </div> 21 </body> 22 </html>