This commit is contained in:
Madison Scott-Clary
2019-08-11 15:07:30 -07:00
parent 6a1783608e
commit c96e020b7d
2 changed files with 7 additions and 1 deletions

BIN
static/og-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -1,7 +1,13 @@
<!DOCTYPE html>
<html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>ally</title>
<meta property="og:title" content="ally" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ally.drab-makyo.com/og-logo.png" />
<meta property="og:description" content="ally is an ergodic autobiographical project for Madison Scott-Clary" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/css/main.css" />
</head>