I'm working with software that uses a web interface, but this software apparently doesn't support linking css files in the usual way:
<link href="style.css" rel="stylesheet" type="text/css">
The software renders the pages directly, it doesn't go through a "real" web server. Are there alternative ways to link a css file that I might try?