Used fwt update on html

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 13:50:53 +08:00
parent 19f7ac1c42
commit fe3059c704

View file

@ -18,7 +18,7 @@ export default (props: Props) => {
<html lang="en"> <html lang="en">
<head> <head>
<base href="/" /> <base href="/" />
<meta charset="utf-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="name" content={props.name} /> <meta name="name" content={props.name} />
<meta name="description" content={props.description} /> <meta name="description" content={props.description} />