lollms-webui/web/index.html

15 lines
350 B
HTML
Raw Normal View History

2023-05-02 20:53:27 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-06-17 11:23:40 +00:00
<title>LoLLMS WebUI - Welcome</title>
2023-05-02 20:53:27 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>