Add social graph info

This commit is contained in:
Steven Polley 2018-08-03 00:26:25 -06:00
parent ba0ef17b06
commit 4ec1823f2c
1 changed files with 8 additions and 0 deletions

8
web.go
View File

@ -17,6 +17,14 @@ func init() {
<html>
<head>
<title>MandelMapper</title>
<meta property="og:url" content="http://mc.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">
<meta property="og:image" content="https://deadbeef.codes/img/mandelbrot.png" />
<meta property="og:site_name" content="deadbeef.codes">
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZItO5CjoqDfPLwH_FZ4KcvQFt_L5dQBw"></script>
<script>
var mandelbrotTypeOptions = {