FOSS-Community / LinkLiberate

LinkLiberate : A libre url shortner
https://ll.fosscu.org
MIT License
8 stars 12 forks source link

Integrated the static CSS file into the base.html #16

Closed codecShivam closed 8 months ago

codecShivam commented 8 months ago

Fixes

Fixes #15 by @codecShivam

Description

This pull request implements the setup of FastAPI for serving a static CSS file. It includes the addition of a sample CSS file (style.css) and its integration into the Jinja2 template (base.html). The goal is to enhance the styling capabilities of the FastAPI application. @SAMAD101 kindly review it!!

Technical details

Tests

Screenshots

Checklist