Skip to content

Commit

Permalink
added favicon (using image hosted by pyr.ai because I can't figure ou…
Browse files Browse the repository at this point in the history
…t how to get the HtmlWebpackPlugin to bundle images
  • Loading branch information
chrisj committed Feb 7, 2025
1 parent 9f2d0ef commit ab7b0b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<meta charset="UTF-8">
<title>neuroglancer</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link
rel="shortcut icon"
type="image/x-icon"
href="https://pyr.ai/assets/pyr-icon-simple.svg"
/>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit ab7b0b0

Please # to comment.