Skip to content

Commit 4f070e2

Browse files
committed
fix: uses BAR icons rather than local
1 parent f98ee0e commit 4f070e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<title>ePlant Plant eFP</title>
55
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
66
<meta name="title" content="ePlant Plant eFP" />
7-
<link rel="shortcut icon" href="icon/favicon.ico" />
7+
<link rel="shortcut icon" href="https://bar.utoronto.ca/icon/favicon.ico" />
88
<link rel="canonical" href="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
99
<meta http-equiv="Cache-Control" content="public, max-age=604800" />
1010
<meta
@@ -29,8 +29,8 @@
2929
<meta name="robots" content="index, follow" />
3030
<meta name="language" content="English" />
3131
<!-- Favicon -->
32-
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png" />
33-
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png" />
32+
<link rel="icon" type="image/png" sizes="32x32" href="https://bar.utoronto.ca/icon/favicon-32x32.png" />
33+
<link rel="icon" type="image/png" sizes="16x16" href="https://bar.utoronto.ca/icon/favicon-16x16.png" />
3434
<!-- Open Graph -->
3535
<meta property="og:type" content="website" />
3636
<meta property="og:url" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />

0 commit comments

Comments
 (0)