Skip to content

Commit 1b9cf57

Browse files
committed
AOA
1 parent 8c67548 commit 1b9cf57

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

AOA/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,25 @@
4141

4242
<!-- Open Graph / Facebook -->
4343
<meta property="og:type" content="website">
44-
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/">
44+
<meta property="og:url"
45+
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/">
4546
<meta property="og:site_name" content="AOA Lab Portfolio">
4647
<meta property="og:locale" content="en_US">
4748
<meta property="og:title" content="Amey | AOA Lab Portfolio">
4849
<meta property="og:description"
4950
content="Comprehensive showcase of Algorithm Analysis experiments including Sorting, Dynamic Programming, and Graph Algorithms implemented in C.">
50-
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/assets/og-image.png">
51+
<meta property="og:image"
52+
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/assets/og-image.png">
5153

5254
<!-- Twitter Card -->
5355
<meta name="twitter:card" content="summary_large_image">
54-
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/">
56+
<meta name="twitter:url"
57+
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/">
5558
<meta name="twitter:title" content="Amey | AOA Lab Portfolio">
5659
<meta name="twitter:description"
5760
content="Explore Algorithm Analysis implementations: Sorting, Searching, Dynamic Programming, and Graph Algorithms.">
58-
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/assets/og-image.png">
61+
<meta name="twitter:image"
62+
content="https://amey-thakur.github.io/ANALYSIS-OF-ALGORITHM-AND-ANALYSIS-OF-ALGORITHM-LAB/assets/og-image.png">
5963
<meta name="twitter:creator" content="@AmeyThakur">
6064

6165
<!-- Security Meta Tags -->

0 commit comments

Comments
 (0)