Skip to content

Commit

Permalink
add meta and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
poychang committed Nov 10, 2024
1 parent 1cac301 commit 18bf72f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="https://lookup-terms.poychang.net">
<meta property="og:type" content="website">
<meta property="og:title" content="Microsoft Terminology Lookup">
<meta property="og:image" content="site-preview.jpg">
<title>Microsoft Terminology Lookup</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>

Expand Down

0 comments on commit 18bf72f

Please sign in to comment.