A streamlined version of the FreezeNova unblocked games website, ready for quick deployment. This repository provides a mini game portal with minimal setup. Feel free to fork, clone, or customize it to suit your needs.
This project is deployed on several platforms for demonstration:
-
Vercel
https://freezenova.vercel.app/
Automated Git integration and continuous deployment for every push. -
Netlify
https://freezenova.netlify.app/
Simple build setup, instant rollbacks, and deploy previews. -
Surge
https://freezenova.surge.sh/
Straightforward static hosting via CLI. Note that Surge has stricter size limits, so some games may be omitted here.
-
Clone or Fork the Repository
- Fork from lich2king/freezenova.github.io if you intend to make changes.
- Clone locally if you just want to deploy:
git clone https://github.com/lich2king/freezenova.github.io
- The main branch has all the files you need to launch your unblocked games site.
-
Deploying to Vercel
- Create a Vercel Account
Sign up at vercel.com (GitHub login recommended). - Import the Project
- Click New Project → Import Git Repository.
- Select your fork or the main repo.
- Configure Build Settings
- For a purely static site, Vercel auto-detects a suitable configuration.
- Ensure your Output Directory is the folder with
index.html
(usually the repo root).
- Deploy
- Click Deploy.
- After the build finishes, you’ll get a URL like
https://your-project-name.vercel.app/
.
- Visit & Customize
- Optionally, add a custom domain in the Domains section.
- Create a Vercel Account
-
Deploying to Netlify
- Create a Netlify Account
Sign up at netlify.com (GitHub login recommended). - New Site from Git
- Click Add new site → Import from Git.
- Connect to GitHub, then choose your repo.
- Build and Publish
- Build Command: leave empty if no build step is needed.
- Publish Directory:
./
if yourindex.html
is in the root folder.
- Deploy
- Netlify automatically builds and hosts your site.
- You’ll get a subdomain like
your-site-name.netlify.app
.
- Custom Domain
- Set up a custom domain in the Netlify dashboard if desired.
- Create a Netlify Account
-
Deploying to Surge
- Install Surge
npm install --global surge
- Build/Prepare Your Site (if applicable)
If the site is already static, skip this step. - Deploy
- Navigate to the folder with
index.html
. - Run:
surge
- Enter your email, project path, and choose a domain (e.g.,
freezenova.surge.sh
).
- Navigate to the folder with
- Check Your Site
- Surge will provide a success message with the URL.
- Note that Surge has file size limits; large sites or files may not deploy fully.
- Install Surge
- Custom Domain: Each hosting platform supports easy custom domain setup.
- HTTPS: All platforms (Vercel, Netlify, Surge) offer free SSL certificates.
- Automatic Updates:
- Vercel and Netlify rebuild on every Git push.
- Surge requires manual redeployment (re-run
surge
).
- Modify the Games: Customize which games appear, update the layout, or add new sections to tailor it to your audience.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
You are free to share (copy and redistribute) and adapt (remix, transform, and build upon) the material for non-commercial purposes, provided you give appropriate credit and indicate if changes were made.