I want to use a <code>
tag inside a simple html website to show some Python code on a webpage. I do not want to type the code inside the tag though. I have the code in a GitHub repo under version control.
I want to include a reference to the code (https://github.com/Mr-Coxall/Python-WASM-Test/blob/main/main.py) inside the <code>
tag, so any time the GitHub repo is updated, the code on the webpage will be updated.
I can not find a way to do this looking around the web.
Thanks