-
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.
Merge branch 'master' of https://github.com/v3xlabs/CTGVault
- Loading branch information
Showing
10 changed files
with
1,771 additions
and
66 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
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,36 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<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="Will you win with Will?" /> | ||
<link | ||
rel="icon" | ||
href="https://github.com/v3xlabs/CTGVault/blob/master/web/public/favicon.png?raw=true" | ||
/> | ||
|
||
<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="Will you win with Will?" /> | ||
<meta | ||
property="og:image" | ||
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview3.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="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="Will you win with Will?" /> | ||
<meta | ||
name="twitter:image" | ||
content="https://github.com/v3xlabs/CTGVault/blob/master/web/public/preview3.png?raw=true" | ||
/> | ||
</head> | ||
|
||
<!-- 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="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> | ||
<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> |
File renamed without changes
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
Oops, something went wrong.