Linking to GeoMidpoint

You can create a link on your web page that points to the GeoMidpoint home page by copying the line below:

<a href="http://www.geomidpoint.com">Geographic Midpoint Calculator</a>

which will appear as:
Geographic Midpoint Calculator

Then you can paste the line into your HTML document between the <body> and </body> tags as in the example below.

<body>
<a href="http://www.geomidpoint.com">Geographic Midpoint Calculator</a>
</body>

Home