TopVideos.com is a (currently in-development) destination for creating, selling, and viewing AI-assisted / AI-generated videos and characters.
This repository contains the static website pages for TopVideos.com.
index.html— main landing page- Other pages (if present):
about.html,join.html,reviews.html,watch.html
Because this is a static site, you can open index.html directly in a browser, or run a small local web server.
- Open
index.htmlin your browser (double-click, or right-click → Open With)
From the repo root:
python3 -m http.server 8080Then visit:
http://localhost:8080/
If you have Node installed:
npx serve .This repo can be deployed to any static host, including GitHub Pages (if enabled).
TopVideos.com is intended to respect user privacy and not violate it.
MIT