forked from osmosis-labs/osmosis-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f748a8e
commit 896c19e
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|