projects
/
nominatim-ui.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new config option -Reverse_Only- (#166)
[nominatim-ui.git]
/
src
/
components
/
Footer.svelte
1
<style>
2
footer {
3
clear: both;
4
font-size: 0.8em;
5
text-align: center;
6
}
7
footer p {
8
margin: 1em;
9
}
10
</style>
11
12
<footer>
13
<p class="disclaimer">
14
Addresses and postcodes are approximate
15
</p>
16
<p class="copyright">
17
© <a href="https://osm.org/copyright">OpenStreetMap</a> contributors
18
</p>
19
</footer>