Skip to content

Commit

Permalink
ADD: favicon rust
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-garaix committed Oct 3, 2024
1 parent 6b6cba1 commit 155f274
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
Empty file added ol-proj4rs-demo-app/favicon.ico
Empty file.
1 change: 1 addition & 0 deletions ol-proj4rs-demo-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>OpenLayers + Proj4rs</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<body>
<header>OpenLayers + Proj4rs</header>
Expand Down
1 change: 1 addition & 0 deletions ol-proj4rs-demo-app/reprojection-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Image Reprojection</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="codeStyle.css">
<style>
Expand Down
1 change: 1 addition & 0 deletions ol-proj4rs-demo-app/reprojection.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Raster Reprojection</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="codeStyle.css">
</head>
Expand Down
1 change: 1 addition & 0 deletions ol-proj4rs-demo-app/sphere-mollweide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Sphere Mollweide</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="codeStyle.css">
<style>
Expand Down
1 change: 1 addition & 0 deletions ol-proj4rs-demo-app/wms-image-custom-proj.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Single Image WMS with Proj4rs</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="codeStyle.css">
</head>
Expand Down

0 comments on commit 155f274

Please sign in to comment.