SimpleChat:HTML: Add viewport meta for better mobile friendliness
Without this the page content may look too small.
This commit is contained in:
parent
5976126c26
commit
c191e475d5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<title>Simple LlamaCPP Chat</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="message" content="Save Nature Save Earth" />
|
||||
<meta name="description" content="SimpleChat: trigger LLM web service endpoints /chat/completions and /completions, also try chat" />
|
||||
<meta name="author" content="by Humans for All" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue