Skip to content

snowztech/vikusha.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vikusha.dev

Landing page for Vikusha. Plain HTML/CSS/JS, no build step.

Local preview

python3 -m http.server 8000
# open http://localhost:8000

Deploy (GitHub Pages)

  1. Create repo snowztech/vikusha.dev, push this folder.
  2. Repo → Settings → Pages → Source: main branch, / root.
  3. Custom domain: vikusha.dev (the CNAME file already sets this).
  4. Enable "Enforce HTTPS" once the cert provisions.

DNS (at your registrar)

Apex vikusha.dev — four A records to GitHub Pages:

185.199.108.153
185.199.109.153
185.199.110.153
185.199.111.153

www.vikusha.dev — CNAME to snowztech.github.io.

Files

  • index.html — single page
  • style.css — dark theme
  • script.js — copy button
  • assets/vikusha.png — avatar
  • CNAME — custom domain for Pages

About

Landing page for Vikusha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors