Skip to content

rencryptofish/rencryptofish.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RenCryptoFish.github.io

Personal website hosted on GitHub Pages.

Directory Structure

.
├── assets/
│   ├── css/          # Stylesheet files
│   ├── images/       # Image assets
│   └── js/          # JavaScript files (for future use)
├── favicon/         # Favicon and related icons
├── index.html       # Main webpage
├── CNAME           # Custom domain configuration
└── README.md       # This file

Local Development

To test the site locally, you can use Python's built-in HTTP server:

python -m http.server 8000

Then visit http://localhost:8000 in your web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published