Add CI and related fixes (#1)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #1
Co-authored-by: Juanjo Gutiérrez <juanjo@gutierrezdequevedo.com>
Co-committed-by: Juanjo Gutiérrez <juanjo@gutierrezdequevedo.com>
This commit is contained in:
parent 50d66c2985
commit df5b0b4400
6 changed files with 87 additions and 9 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>