15 lines
593 B
HTML
15 lines
593 B
HTML
<!DOCTYPE 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:url" content="{{ .Permalink }}" />
|
|
<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>
|