Skip to content

Commit

Permalink
add some metas
Browse files Browse the repository at this point in the history
  • Loading branch information
cuimingda committed Oct 8, 2024
1 parent 7597945 commit 9e98347
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@
<html>

<head>
<title>My Static Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mingda Labs">
<meta name="keywords" content="food, health">
<meta name="author" content="Mingda Cui">
<meta property="og:title" content="Mingda Labs">
<meta property="og:description" content="A place for innovation and technology.">
<meta property="og:image" content="path/to/image.jpg">
<meta property="og:url" content="https://labs.mingda.net">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mingda Labs">
<meta name="twitter:description" content="A place for innovation and technology.">
<meta name="twitter:image" content="path/to/image.jpg">
<title>Mingda Labs</title>
</head>

<body>
<h1>测试Hello, World!11123456</h1>
<h1>Mingda Labs</h1>
</body>

</html>

0 comments on commit 9e98347

Please sign in to comment.