Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 662 Bytes

File metadata and controls

24 lines (16 loc) · 662 Bytes

Inference-Foundry.github.io

Public website for the Inference Foundry GitHub organization, hosted with GitHub Pages from this repository (main branch).

Layout

Path Role
index.html Single-page marketing site
css/main.css Styles
assets/images/ Logo and static imagery

Local preview

From this directory, serve static files (Python example):

python3 -m http.server 8080

Open http://127.0.0.1:8080.