Skip to content

Instantly share code, notes, and snippets.

View unlikedmonkey's full-sized avatar

unlikedmonkey

  • Joined Mar 18, 2026
View GitHub Profile
@unlikedmonkey
unlikedmonkey / unit9_answers.html
Last active April 10, 2026 05:05
public vers
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unit 9 Review — Answer Sheet</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Bebas+Neue&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }