-
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
3f66a57
commit b910fa5
Showing
4 changed files
with
17 additions
and
11 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,31 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<title>Vote Crypto: The Game</title> | ||
<meta name="description" content="Many will play. We Will win."> | ||
<title>Vote Crypto: The Game</title> | ||
<meta name="description" content="Will you win with Will?"> | ||
<link rel="icon" href="https://github.com/v3xlabs/CTGVault/blob/master/web/public/favicon.png?raw=true"> | ||
|
||
<!-- Facebook Meta Tags --> | ||
<meta property="og:url" content="https://ctg.vote/"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="Vote Crypto: The Game"> | ||
<meta property="og:description" content="Many will play. We Will win."> | ||
<meta property="og:image" content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true"> | ||
<meta property="og:description" content="Will you win with Will?"> | ||
<meta property="og:image" | ||
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true"> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:domain" content="cryptothegame.com"> | ||
<meta property="twitter:url" content="https://ctg.vote/"> | ||
<meta name="twitter:title" content="Vote Crypto: The Game"> | ||
<meta name="twitter:description" content="Many will play. We Will win."> | ||
<meta name="twitter:image" content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true"> | ||
<meta name="twitter:description" content="Will you win with Will?"> | ||
<meta name="twitter:image" | ||
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview2.png?raw=true"> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="./src/index.tsx"></script> | ||
<script defer data-domain="ctg.vote" src="http://ens.v3x.report/js/script.js"></script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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