Project Overview
Betwins is an online crypto gaming and lottery HTML5 template, suitable for building gambling and gaming platform websites. It includes 4 homepage styles, LTR/RTL dual versions, 21+ pages, ready to use out of the box, built on Bootstrap 5.
Tech Stack
- Bootstrap 5
- Static HTML5 + CSS3
- jQuery
- Font Awesome icon library
- Google Fonts (Chakra Petch)
- RTL support (rtl-version.css)
Project Structure
text
betwinshtml-10/
├── betwins/
│ ├── ltr/ # Left-to-right version (21 HTML pages)
│ │ ├── index.html
│ │ ├── index-two.html / three / four
│ │ ├── games.html / games-two.html
│ │ ├── lottery*.html (4)
│ │ ├── blog*.html (3)
│ │ ├── about-us.html / contact-us.html / faq.html
│ │ ├── sign-in.html / sign-up.html
│ │ └── assets/css/ # main.css / responsive.css
│ └── rtl/ # Right-to-left version
│ ├── index.html
│ └── assets/css/ # Includes rtl-version.css
└── documentation/ # Official documentation
└── index.html
Core File Description
betwins/ltr/index.html— LTR main homepage (4 styles available)betwins/rtl/index.html— RTL version homepage, additionally imports rtl-version.cssassets/css/main.css— Theme main stylesheetassets/css/responsive.css— Responsive breakpoint stylesassets/css/rtl-version.css— RTL layout specific CSS overridesdocumentation/index.html— Template configuration documentation
Quick Start
Pure static project, simply open the entry file in a browser to preview:
bash
# LTR version
open betwinshtml-10/betwins/ltr/index.html
# RTL version
open betwinshtml-10/betwins/rtl/index.html
For local development, use any static server.
Usage Suggestions
- To replace the logo and colors, modify CSS variables in
assets/css/main.css - Template keywords include crypto, casino, betting — update meta information according to your actual business
- RTL version is already adapted for text direction, ready to use in Arabic/Hebrew markets
