diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-06 13:48:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-06 13:48:12 +0200 |
| commit | 7140213e30c95abe9829f7927bd60dd6733148ea (patch) | |
| tree | 9bfdcd70cd60a4e074d82d8d110c9d7de8107f32 | |
| parent | d9307bc261585750bf5891508ca5f45515f48ca4 (diff) | |
share png
| -rw-r--r-- | img/sonification-share.png | bin | 0 -> 53777 bytes | |||
| -rw-r--r-- | index.html | 15 |
2 files changed, 12 insertions, 3 deletions
diff --git a/img/sonification-share.png b/img/sonification-share.png Binary files differnew file mode 100644 index 0000000..b9f9041 --- /dev/null +++ b/img/sonification-share.png @@ -1,8 +1,17 @@ <html> <head> -<title>Sonifications of Gun Violence</title> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> -<link rel="stylesheet" type="text/css" href="index.css" /> + <meta charset="utf-8" /> + <title>Sonifications of Gun Violence</title> + <meta name="author" content="Jules LaPlace" /> + <meta name="description" content='Calendar of mass shootings converted into melodies and performed by a marching band.' /> + <meta name="referrer" content="no-referrer" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <meta property="og:title" content="Sonifications of Gun Violence"/> + <meta property="og:type" content="website"/> + <meta property="og:image" content="https://asdf.us/sonifications/img/sonification-share.png" /> + <meta property="og:url" content="https://asdf.us/sonifications/"/> + <meta property="og:site_name" content="asdf.us" /> + <link rel="stylesheet" type="text/css" href="index.css" /> </head> <body class='loading'> <div> |
