Skip to content

Commit

Permalink
feat(seo): add OGP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tinnamchoi committed Mar 21, 2024
1 parent 1bc1fb0 commit 6dbde9e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hsl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>
<body>
<div id="left">
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

<head>
<meta http-equiv="Refresh" content="0; url='landing'" />
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>

</html>
4 changes: 4 additions & 0 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<title>Binary search on color</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>

<body>
Expand Down
Binary file added media/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions result/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>
<body>
<h1 id="result"></h1>
Expand Down
4 changes: 4 additions & 0 deletions rgb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>
<body>
<div id="left">
Expand Down
4 changes: 4 additions & 0 deletions tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<title>Binary search on color</title>
<link rel="stylesheet" href="../style.css">
<link rel="stylesheet" href="style.css">
<meta property="og:title" content="Binary search on color" />
<meta property="og:type" content="application" />
<meta property="og:url" content="https://tinnamchoi.github.io/binary-search-on-color" />
<meta property="og:image" content="//tinnamchoi.github.io/binary-search-on-color/media/preview.png" />
</head>
<body>
<h1>Binary search on color</h1>
Expand Down

0 comments on commit 6dbde9e

Please sign in to comment.