Skip to content

Commit b249931

Browse files
authored
Update index.html
1 parent b7e2584 commit b249931

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

index.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
font-family: "Segoe UI", sans-serif;
1010
margin: 0;
1111
padding: 0;
12-
background-color: #fff8e1;
12+
background-color: #fff8e1; /* zachte oranje achtergrond */
1313
display: flex;
1414
flex-direction: column;
1515
height: 100vh;
1616
}
1717

1818
h1 {
1919
text-align: center;
20-
background-color: #ffc827;
20+
background-color: #ffc827; /* oranje kopbalk */
2121
color: black;
2222
padding: 12px 0;
2323
margin: 0;
@@ -55,18 +55,6 @@
5555
border-bottom-left-radius: 0;
5656
}
5757

58-
#stream-output {
59-
background-color: #fffde7;
60-
align-self: flex-start;
61-
margin: 0 16px 10px;
62-
padding: 10px 14px;
63-
border-radius: 10px;
64-
max-width: 75%;
65-
font-size: 15px;
66-
line-height: 1.4;
67-
white-space: pre-wrap;
68-
}
69-
7058
#input-form {
7159
display: flex;
7260
border-top: 1px solid #ccc;
@@ -103,14 +91,12 @@
10391
<h1>Indicatiehulp.ai</h1>
10492

10593
<div id="chat"></div>
106-
<div id="stream-output"></div>
10794

10895
<form id="input-form">
10996
<input type="text" id="user-input" placeholder="Typ je bericht..." autocomplete="off" />
11097
<button type="submit">Verstuur</button>
11198
</form>
11299

113-
<script src="https://cdnjs.cloudflare.com/ajax/libs/microsoft-signalr/7.0.5/signalr.min.js"></script>
114100
<script src="script.js"></script>
115101

116102
</body>

0 commit comments

Comments
 (0)