This repository contains the source code for the Emergency Locks locksmith service website. The site is a single page built using HTML, Tailwind CSS and Font Awesome icons. It provides an overview of services offered, pricing, contact details, an order form, and customer testimonials—all in Hebrew.
To host this site using GitHub Pages:
- Create a new repository in your GitHub account (for example,
emergency-locks). - Add the contents of this folder (
index.html,CNAME, and thisREADME.md) to the repository. - Commit and push the files to the
mainbranch. - In the repository settings, enable GitHub Pages and select the root of the
mainbranch as the source. - GitHub Pages will automatically deploy the
index.htmlfile. TheCNAMEfile configures the site to use the custom domainemergency-locks.com. You will also need to update your domain's DNS settings to point to GitHub Pages (see below).
To complete the connection of your custom domain to GitHub Pages, configure the DNS records where you registered the domain:
- For an A record, point
@(or your root domain) to GitHub's Pages IP addresses:185.199.108.153,185.199.109.153,185.199.110.153and185.199.111.153. - For an AAAA record (if your DNS provider supports IPv6), point
@to:2606:50c0:8000::153,2606:50c0:8001::153,2606:50c0:8002::153and2606:50c0:8003::153.
After saving these DNS records, it may take some time for them to propagate. Once they do, visiting https://emergency-locks.com should show your GitHub Pages site.
This website was provided to you for personal use, and no license is implied.