Skip to content

Instantly share code, notes, and snippets.

View asamamun's full-sized avatar

Abu Saleh Abdullah Al-Mamun asamamun

View GitHub Profile
@asamamun
asamamun / pair-puzzle.html
Created June 30, 2025 16:23
My childhood game
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Pair Number Connect</title>
<style>
html, body {
margin: 0;
padding: 0;