Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cblakkan committed Apr 27, 2024
1 parent 307c85d commit 3b9f398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added bicycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Cordell's Bike Map</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" href="favicon.png">

<title>Cordell's Bike Map</title>
<link rel="icon" href="bicycle.png">

<link href='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css' rel='stylesheet' />
<script src='https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.js'></script>
<script type="text/javascript" src="bikeroutes.json"></script>

<style>
html, body {
height: 100vh;
Expand Down

0 comments on commit 3b9f398

Please sign in to comment.