File size: 318 Bytes
a1955ce
 
 
 
 
 
 
 
 
97e0921
a1955ce
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chat with LLM</title>
    <link rel="stylesheet" href="../static/styles.css">
</head>
<body>
    <h3>This is a RAG application for the website.</h3>
</body>
</html>