Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b261437952 | |||
| dac233ba9c |
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Ollama Chat</title>
|
<title>Ollama Chat</title>
|
||||||
<link rel="stylesheet" href="./clientstyle.css">
|
<link rel="stylesheet" href="../css/clientstyle.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Ollama Chat</h1>
|
<h1>Ollama Chat</h1>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
<textarea id="userInput" placeholder="Type your message..." rows="5"></textarea>
|
<textarea id="userInput" placeholder="Type your message..." rows="5"></textarea>
|
||||||
<button onclick="sendMessage()">Send</button>
|
<button onclick="sendMessage()">Send</button>
|
||||||
|
|
||||||
<script src="frontend.js"></script>
|
<script src="../js/frontend.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const chatContainer = document.getElementById('chatbox');
|
const chatContainer = document.getElementById('chatbox');
|
||||||
|
|
||||||
Reference in New Issue
Block a user