Skip to content

Commit

Permalink
Add favicon to samples (#151, #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpayk authored Sep 15, 2023
1 parent 0757013 commit 18db14c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 0 deletions.
Binary file added src/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Pioneer Test Site</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>
body {
max-width: 600px;
Expand Down
1 change: 1 addition & 0 deletions src/samples/auth-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Authentication Sample</title>
<link rel="icon" type="image/x-icon" href="./../../favicon.ico" />
<style>
html,
body {
Expand Down
1 change: 1 addition & 0 deletions src/samples/map-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Open Layers App Demo</title>
<link rel="icon" type="image/x-icon" href="./../../favicon.ico" />
<style>
html,
body {
Expand Down
1 change: 1 addition & 0 deletions src/samples/notify-sample/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Notify Sample</title>
<link rel="icon" type="image/x-icon" href="./../../favicon.ico" />
<style>
html,
body {
Expand Down
1 change: 1 addition & 0 deletions src/samples/test-basemap-switcher/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Basemap Switcher Test App</title>
<link rel="icon" type="image/x-icon" href="./../../favicon.ico" />
<style>
html,
body {
Expand Down

0 comments on commit 18db14c

Please sign in to comment.