Updated html

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

View file

@ -18,8 +18,8 @@ export default (props: Props) => {
<html lang="en"> <html lang="en">
<head> <head>
<base href="/" /> <base href="/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, 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} />
<meta property="og:title" content={props.name} /> <meta property="og:title" content={props.name} />