We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5048b23 commit afcb09dCopy full SHA for afcb09d
public/index.html
@@ -3,11 +3,12 @@
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
+ <link rel="canonical" href="https://bwal.sh/algorithms-visualizer" />
7
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
<meta name="theme-color" content="#000000" />
9
<meta
10
name="description"
- content="Web site created using create-react-app"
11
+ content="A small project I am creating to get some more hands on practice with C++ datastructures and Wasm modules."
12
/>
13
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
14
<!--
0 commit comments