<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>booting</title></head>
<body style="margin:0;background:#000">
<div style="height:100vh;display:flex;align-items:center;justify-content:center;font-family:ui-monospace,Consolas,Menlo,monospace;font-size:15px;color:#33ff33">
<pre style="margin:0;line-height:1.6" class="boot"><span style="animation-delay:.1s">[ OK ] Started Journal Service</span>
<span style="animation-delay:.4s">[ OK ] Mounted /var</span>
<span style="animation-delay:.7s">[ OK ] Reached target Local File Systems</span>
<span style="animation-delay:1.0s">[ OK ] Started Network Manager</span>
<span style="animation-delay:1.3s">[ OK ] Reached target Network</span>
<span style="animation-delay:1.6s">[ OK ] Starting Site Service...</span>
<span style="animation-delay:2.0s">Loading<span class="cur">_</span></span></pre>
</div>
<style>.boot span{display:block;opacity:0;animation:fade .05s forwards}@keyframes fade{to{opacity:1}}.boot .cur{display:inline;opacity:1;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}</style>
</body></html>