-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
12 lines (12 loc) · 811 Bytes
/
about.html
File metadata and controls
12 lines (12 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About OpenGridMap</title>
</head>
<body>
<h1>About OpenGridMap</h1>
<p>OpenGridMap is an experimental website, very similar to <a href="https://openinframap.org/">OpenInfraMap</a> (in fact, it's uses the data displayed there). OpenGridMap only shows electrical lines, and not the other infrastructure related items visible on <a href="https://openinframap.org/">OIM</a>. I added a searchbar field, since sometimes I found it hard to find places on <a href="https://openinframap.org/">OIM</a> without it. In case this website is useful for others, I'll keep it, otherwise I'll retire it once I don't need the search functionality.</p>
</body>
</html>