SimpleChat:HTML: Add viewport meta for better mobile friendliness

Without this the page content may look too small.
This commit is contained in:
HanishKVC 2024-05-19 15:51:07 +05:30
parent 5976126c26
commit c191e475d5

View file

@ -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" />