-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
1 changed file
with
24 additions
and
2 deletions.
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 |
---|---|---|
@@ -1,5 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head><meta charset="UTF-8"></head> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<title> dat-ecosystem </title> | ||
<meta name="description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols."> | ||
<link rel="icon" type="image/png" href="src/node_modules/theme/assets/images/logo.png"> | ||
|
||
<!-- Open graph --> | ||
<meta property="og:title" content="dat-ecosystem - explore p2p projects"> | ||
<meta property="og:description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols."> | ||
<meta property="og:type" content="article"> | ||
<meta property="og:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png"/> | ||
<meta property="og:image:width" content="490" /> | ||
<meta property="og:image:height" content="398" /> | ||
<!-- Twitter --> | ||
<meta name="twitter:title" content="dat-ecosystem - explore p2p projects"> | ||
<meta name="twitter:description" content="dat-ecosystem is a post-web p2p community of projects - Most projects are self funded. Some of the projects contribute maintainance and development to core pieces of the Dat ecosystem while others create high level applications built on top of p2p protocols."> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:image" content="https://dat-ecosystem.org/src/node_modules/theme/assets/images/tree_character.png"> | ||
<meta name="twitter:site" content="@dat_ecosystem"> | ||
<meta name="twitter:creator" content="@dat_ecosystem"> | ||
|
||
</head> | ||
<body><script src="bundle.js"></script></body> | ||
</html> | ||
</html> |