Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanjha9235 authored Dec 23, 2024
1 parent 4d8b345 commit 7f5317b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sorting Visualizer - Rajan Jha</title>
<meta name="description" content="Sorting Visualizer for visualizing different sorting algorithms. Created by Rajan Jha.">
<meta name="keywords" content="Sorting Visualizer, Sorting Algorithms, Bubble Sort, Merge Sort, Quick Sort, Heap Sort, Insertion Sort, Selection Sort, Rajan Jha">
<meta name="author" content="Rajan Jha">
<meta property="og:title" content="Sorting Visualizer - Rajan Jha">
<meta property="og:description" content="Sorting Visualizer for visualizing different sorting algorithms. Created by Rajan Jha.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://github.com/rajanjha9235/Sorting_Visualizer">
<meta property="og:image" content="URL_to_image">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7f5317b

Please sign in to comment.