Skip to content

Commit

Permalink
og meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic authored Jan 15, 2022
1 parent f748a8e commit 896c19e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Osmosis Installer</title>
<title>Osmosis Installer</title>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://get.osmosis.zone/">
<meta property="og:type" content="website">
<meta property="og:title" content="Osmosis Installer">
<meta property="og:description" content="Bash installer used to create a node on the Osmosis network">
<meta property="og:image" content="https://rawcdn.githack.com/osmosis-labs/osmosis-installer/f748a8e13a5fc752b547dbe0cfbe344309bd36e0/screenshot.png">

<link rel="icon" type="image/png" href="https://rawcdn.githack.com/osmosis-labs/osmosis-installer/7040a34948d76bf74c97f397533d6f62963279df/favicon.png"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 896c19e

Please sign in to comment.