Project Introduction
GameOn is a static HTML template for a Metaverse IGO (Initial Game Offering) Launchpad, providing complete Web3 scenario pages such as project showcase, Staking, Farming, leaderboard, and wallet connection. It is suitable for quickly building a GameFi platform or blockchain game Launchpad website.
Tech Stack
- HTML5
- CSS3 (unified styles via style.css)
- No JavaScript framework dependencies (static site)
Project Structure
gameonhtml-20/
└── main-template/
├── documentation/ # Official documentation directory
│ └── index.html
└── gameon-template-v2.0/ # Template main body
├── index.html # Homepage
├── project-1~4.html # Project list (4 styles)
├── project-details.html # Project details
├── staking-1~2.html # Staking pages (2 styles)
├── farming.html # Staking farming page
├── leaderboard.html # Leaderboard
├── tokenomics.html # Tokenomics
├── tier-system.html # Tier system
├── wallet-connect.html # Wallet connection
├── apply.html # Project application
├── help-center.html # Help center
├── contact.html # Contact
├── blog.html # Blog list
├── blog-single.html # Blog details
├── login.html # Login
├── register.html # Register
├── reset.html # Password reset
└── assets/ # Styles and image assets
Core File Description
gameon-template-v2.0/index.html— Homepage, includes navigation, loader animation, and core module entry pointsproject-*.html— Project showcase pages, 4 layout options availablestaking-*.html— Staking pages, includes two stylesfarming.html— Farming yield pagewallet-connect.html— Web3 wallet connection pageassets/css/style.css— Global stylesheet
Quick Start
Open gameon-template-v2.0/index.html directly in your browser to preview all pages. To use a local server, run:
# Python 3
python -m http.server 8080
# Or use the VS Code Live Server extension
Usage Suggestions
Modify assets/css/style.css to uniformly adjust the theme colors; pages link to each other via relative href paths. Ensure the directory structure remains unchanged when deploying.
