Makko, the people-oriented static site generator made for blogging. forge.starlightnet.work/Team/Makko
ssg static-site-generator makko starlight-network
at main 491 B view raw
1<!doctype html> 2<body> 3 <div class="error"> 4 <h1>{}</h1> 5 <p>{s} - {}</p> 6 </div> 7</body> 8<style> 9 :root {{ 10 color-scheme: light dark; 11 }} 12 13 .error {{ 14 margin: auto; 15 padding: 30px; 16 outline: 2px dashed red; 17 18 max-width: 600px; 19 margin-top: 200px; 20 21 text-align: center; 22 font-family: "Adwaita Mono", monospace, system-ui; 23 }} 24 25 h1, h2, h3, p {{ 26 padding: 0; 27 margin: 0; 28 }} 29</style>