Want to host your own HTML site without spinning up a server? LinkFox gives you a simple way to upload and share fully custom-coded static websites β perfect for landing pages, resumes, product demos, or digital portfolios.
β οΈ Important: LinkFox does not provide coding support. Youβll need some basic HTML/CSS skills and a completed static site ready to upload.
πΉ Step 1: Access the Static Sites Dashboard
- Log into linkfox.us
- From the left-hand sidebar, click Static Sites
Youβll be taken to the dashboard where all your uploaded sites are managed.
πΉ Step 2: Click to Create a New Site
In the upper-right corner, click the green + Static Site button This opens the site creation window.
πΉ Step 3: Prepare & Upload Your Site Files
π Create Your HTML File
Youβll need at least one index.html file. Hereβs a simple template to get started:
Save this file as index.html.
π Bundle Your Files into a ZIP
If your site has additional files (CSS, images, JavaScript, etc.):
- Create a folder (e.g., my-static-site)
- Place your index.html, /css/, /img/, etc. inside
- Right-click the folder and select Send to β Compressed (zipped) folder
Youβll upload this .zip file in the next step.
πΉ Step 4: Upload Your Static Site
In the LinkFox upload window:
- Click Choose File
- Select your .zip file containing your static site
πΉ Step 5: Configure the Short URL
- Enter a custom Short URL (e.g., linkfox.us/my-site)
- Or leave it blank to auto-generate a random one
This will be your live URL once published.
πΉ Step 6: Launch Your Static Site
Click Create Static Site to upload and activate it.
Thatβs it β your HTML site is now live and shareable with the world! π
π§ Managing Your Static Sites
After launch, all your sites will appear under Static Sites in your dashboard.
From here you can:
- π₯οΈ View site
- βοΈ Edit title or short URL
- π Update files
- π Check analytics
- β Delete site
π§ Pro Tips
- π§ͺ Test your links and layout after uploading to ensure all assets load properly
- π Use LinkFoxβs analytics to track visits, engagement, and performance
- π Always use relative paths in your HTML (e.g., ./css/styles.css)
TL;DR
Build your site β Zip the folder β Upload in Static Sites β Set a URL β Launch. Youβve just deployed a live HTML site β fast, simple, and 100% yours. πΌπ¦