mirror of
https://github.com/gabehf/CostInCoffee.git
synced 2026-03-07 21:48:19 -08:00
Add meta embed tags
This commit is contained in:
parent
9c317aa8d8
commit
a93cf83976
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
<link rel="icon" type="image/x-icon" href="favicon.png">
|
||||
<title>Cost in Coffee</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<meta content="Cost In Coffee" property="og:title" />
|
||||
<meta content="So often you see in ads that their subscription is just <i>the price of a coffee a week</i>
|
||||
or something similar. So just how many coffees a day are you really spending on all these
|
||||
subscriptions?" property="og:description" />
|
||||
<meta content="https://costin.coffee" property="og:url" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue