OpenGraph preview image
This commit is contained in:
parent
d07f0191af
commit
ab57409cd2
1 changed files with 4 additions and 1 deletions
|
@ -1,9 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:xlink="http://www.w3.org/1999/xlink">
|
<html xmlns:xlink="http://www.w3.org/1999/xlink" prefix="og: http://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
<title></title>
|
<title></title>
|
||||||
<link href="/rubenvandeven.jsonld" rel="alternate" type="application/ld+json" />
|
<link href="/rubenvandeven.jsonld" rel="alternate" type="application/ld+json" />
|
||||||
<link rel="stylesheet" href="/assets/css/portfolio.css">
|
<link rel="stylesheet" href="/assets/css/portfolio.css">
|
||||||
|
<meta property="og:title" content="Ruben van de Ven" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:image" content="/assets/og_image2.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<svg id="portfolioGraph" width="800" height="600" reserveAspectRatio="xMidYMid" viewBox="-400 -300 800 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
|
<svg id="portfolioGraph" width="800" height="600" reserveAspectRatio="xMidYMid" viewBox="-400 -300 800 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink">
|
||||||
|
|
Loading…
Reference in a new issue