Skip to content

Instantly share code, notes, and snippets.

View dinendless1991's full-sized avatar

dinendless1991

  • Joined Sep 27, 2025
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>GitHub Command & Installation</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
body{background:linear-gradient(135deg,#24292e,#2ea44f);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}