Skip to content

Commit

Permalink
add ie compat
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Aug 6, 2023
1 parent b82297e commit 66f2c51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
5 changes: 1 addition & 4 deletions demo0.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>L2 and L1 Distance Functions</title>
<meta name="author" content="Josua Krause" />
<link
Expand Down Expand Up @@ -48,10 +49,6 @@
name="twitter:image"
content="https://josuakrause.github.io/searchspace/media/thumb0.png"
/>
<link
rel="canonical"
href="https://josuakrause.github.io/searchspace/demo0.html"
/>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./style/index.css" />
<!-- Google tag (gtag.js) -->
Expand Down
5 changes: 1 addition & 4 deletions demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Cosine Similarity Function</title>
<meta name="author" content="Josua Krause" />
<link
Expand Down Expand Up @@ -48,10 +49,6 @@
name="twitter:image"
content="https://josuakrause.github.io/searchspace/media/thumb1.png"
/>
<link
rel="canonical"
href="https://josuakrause.github.io/searchspace/demo1.html"
/>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./style/index.css" />
<!-- Google tag (gtag.js) -->
Expand Down
5 changes: 1 addition & 4 deletions demo2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Adjusted Dot Product</title>
<meta name="author" content="Josua Krause" />
<link
Expand Down Expand Up @@ -45,10 +46,6 @@
name="twitter:image"
content="https://josuakrause.github.io/searchspace/media/thumb2.png"
/>
<link
rel="canonical"
href="https://josuakrause.github.io/searchspace/demo2.html"
/>
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./style/index.css" />
<!-- Google tag (gtag.js) -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Visualization of Various Similarity Measures</title>
<meta name="author" content="Josua Krause" />
<link rel="canonical" href="https://josuakrause.github.io/searchspace/" />
Expand Down Expand Up @@ -45,7 +46,6 @@
name="twitter:image"
content="https://josuakrause.github.io/searchspace/media/thumbnail.png"
/>
<link rel="canonical" href="https://josuakrause.github.io/searchspace/" />
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./style/index.css" />
<!-- Google tag (gtag.js) -->
Expand Down

0 comments on commit 66f2c51

Please sign in to comment.