add: css and button to home page

This commit is contained in:
2025-04-16 13:53:48 +02:00
parent 97f05cee5e
commit 760bd86bf0
5 changed files with 51 additions and 7 deletions

View File

@ -19,7 +19,7 @@ class Path():
def get_dirpath(self):
return self._dirpath
def get_site_path(self):
def get_url(self):
site_path: Path = Path(sys.argv[1])
return self._absolute_path[len(site_path._absolute_path):]