Note
This repository serves as a CDN for various Lake Country Hunt Club static assets. It is not intended to be used as a standalone repository, but rather as the source for the assets used in other repositories/projects and served via jsDelivr CDN under the root path https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/.
You can navigate the file structure of this repository from the jsDelivr CDN root path:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@main/
Alternatively, you can use the following URL format to navigate the file structure of this repository:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/<path>For example, to navigate to the images directory, use the following URL:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/images/To use an image from this repository, simply use the following URL format:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/images/<image-name>For example, to use the logo.png image, use the following URL:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/images/logoTo use a font from this repository, simply use the following URL format:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/fonts/<font-name>For example, to use the Roboto-Regular.ttf font, use the following URL:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/fonts/Roboto-RegularTo use a CSS file from this repository, simply use the following URL format:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/css/<css-file-name>For example, to use the main.css file, use the following URL:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/css/mainTo use a JavaScript file from this repository, simply use the following URL format:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/js/<js-file-name>For example, to use the main.js file, use the following URL:
https://cdn.jsdelivr.net/gh/lakecountryhuntclub/assets@latest/js/main