Skip to content

Instantly share code, notes, and snippets.

View owenson0284-creator's full-sized avatar

owenson0284-creator

  • Joined Oct 28, 2025
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Classic Arcade Game Hub</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: #0e0e0e;
color: #f0f0f0;
# replace <your-username> and pick repo name
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>
# create the file locally
# paste the gamehub HTML into gamehub.html
git add gamehub.html
git commit -m "Add game hub"
git push origin main