llm-py-web/client/web/index.html

12 lines
270 B
HTML

<!doctype html>
<meta charset="utf-8" />
<title>llm-py-web</title>
<link rel="stylesheet" href="/css/char.css" />
<link rel="stylesheet" href="/css/styles.css" />
<main>
<noscript>turn on js :(</noscript>
</main>
<script type="module" src="/dist/main.js"></script>