add opengraph metadata to index

This commit is contained in:
gnat
2025-02-19 13:26:52 -08:00
parent 8db4f2f84e
commit d3da873ad1

View File

@ -9,6 +9,13 @@ cat << EOF
<meta charset="UTF-8" />
<script src="/perlin.js"></script>
<link rel="stylesheet" href="/style.css">
<meta property="og:image:url" content="https://natalie-roentgen-connolly.website/pfp.png"/>
<meta property="og:image:width" content="200"/>
<meta property="og:image:height" content="200"/>
<meta property="og:image:alt" content="a wireframe diagram of a siemens s700 on a white background"/>
<meta property="og:title" content="natalie roentgen connolly dot website">
<meta property="og:description" content="one of the websites of natalie roentgen connolly. this one is more than the standard amount of 'professional.'">
<meta property="og:url" content="https://natalie-roentgen-connolly.website">
</head>
<body>
<canvas id='bg' width=400 height=400> </canvas>