Set base uri #1079
Unanswered
mubarakalmehairbi
asked this question in
Q&A
Set base uri
#1079
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a project with this structure:
Project
│ main.py
│
└───assets
index.html
style.css
And style.css is linked to index.html using the following tag:
I would like to add index.html as a string to pywebview but at the same time I want to set the base uri as the assets folder. That is because I want style.css to be linked.
This is my current code:
But it seems the app cannot find style.css.
Beta Was this translation helpful? Give feedback.
All reactions