fix server related stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2026-01-30 11:47:39 +01:00
parent 943003134e
commit 2e343a3ea5
Signed by: ps
GPG key ID: D7026C21E81584BC
4 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenAI Models Viewer</title>
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
@ -91,6 +91,6 @@
</div>
</div>
<script src="/static/script.js"></script>
<script src="script.js"></script>
</body>
</html>
</html>