From 6b846c363ddd694bf32ac7e18f0316f4f2663e1b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Oct 2014 20:39:43 +0100 Subject: Add trivial maps facilitator at about:maps This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/ --- content/fetchers/resource.c | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetchers/resource.c') diff --git a/content/fetchers/resource.c b/content/fetchers/resource.c index 723d09481..1a439aa5f 100644 --- a/content/fetchers/resource.c +++ b/content/fetchers/resource.c @@ -83,6 +83,7 @@ static const char *fetch_resource_paths[] = { "credits.html", "licence.html", "welcome.html", + "maps.html", "favicon.ico", "default.ico", "netsurf.png", -- cgit v1.2.3