add labels to images
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-03-03 13:46:33 -07:00
parent 77f367ef23
commit d475ea5083
2 changed files with 20 additions and 1 deletions

2
web.go
View File

@@ -18,7 +18,7 @@ func init() {
<head>
<title>MandelMapper</title>
<meta property="og:url" content="http://mc.deadbeef.codes/" />
<meta property="og:url" content="https://mandelmap.deadbeef.codes/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Mandelbrot Mapper">
<meta property="og:description" content="A Google maps front end to a distributed real-time fractal renderer">