Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TERMINUS: CHROMEBOOK EDITION</title>
<style>
body { margin: 0; overflow: hidden; background: #000; font-family: sans-serif; cursor: crosshair; }
#ui { position: absolute; width: 100%; height: 100%; pointer-events: none; z-index: 10; color: white; }
#cross { position: absolute; top: 50%; left: 50%; width: 4px; height: 4px; background: red; border-radius: 50%; transform: translate(-50%, -50%); }
#hud { position: absolute; bottom: 20px; right: 20px; text-align: right; }