Access css and javascript in "common" directory

In "common" directory I have files (php, css, html and js) for file uploading which I want to use for backend and frontend. But how to access those files via HTML

You can’t. This repository has to be protected.

If you are in backend or frontend you can’t show public asset files that are in common.

But you can access it in your code (not public)