Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 746 Bytes

File metadata and controls

44 lines (28 loc) · 746 Bytes

Selflify Landing

This repository contains the static marketing site for Selflify.

Website:

What is here

  • index.html — landing page markup
  • styles.css — visual styles
  • app.js — small client-side interactions
  • assets/ — screenshots and other static assets
  • robots.txt, sitemap.xml, llms.txt — crawl and discovery files

Local preview

From the repository root:

python3 -m http.server 4173

Then open:

http://127.0.0.1:4173

Publishing

GitHub Pages serves this repository directly.

Any push to main updates:

https://selflify.github.io/

Main project

The application source code lives in: