mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-25 15:57:51 -05:00
15 lines
448 B
HTML
15 lines
448 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>OpenLLM</title>
|
|
<link rel="icon" type="image/x-icon" href="/static/logo-light.svg">
|
|
<link rel="stylesheet" href="./css/main.css">
|
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
<link rel="stylesheet" href="./static/atom-one-light.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html>
|