-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #744 from OpenZeppelin/SEO-upgrades
✨ Seo upgrades
- Loading branch information
Showing
25 changed files
with
322 additions
and
79 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,43 +1,35 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/imgs/favicon.ico?v=1"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> | ||
<script src="https://kit.fontawesome.com/a2b1bf956c.js" crossorigin="anonymous"></script> | ||
<script id="hubspot-script" src="https://js.hsforms.net/forms/v2.js"></script> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" crossorigin="anonymous"> | ||
<title>Ethernaut</title> | ||
|
||
<!-- Primary Meta Tags --> | ||
<title>The Ethernaut</title> | ||
<meta name="title" content="The Ethernaut"> | ||
<meta name="description" content="The Ethernaut is a Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. The game is 100% open source and all levels are contributions made by other players."> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://ethernaut.openzeppelin.com/"> | ||
<meta property="og:title" content="The Ethernaut"> | ||
<meta property="og:description" content="The Ethernaut is a Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. The game is 100% open source and all levels are contributions made by other players."> | ||
<meta property="og:image" content="https://ethernaut.openzeppelin.com/imgs/metatag.png"> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@OpenZeppelin" /> | ||
<meta name="twitter:title" content="The Ethernaut" /> | ||
<meta name="twitter:description" content="The Ethernaut is a Web3/Solidity based wargame played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be 'hacked'. The game is 100% open source and all levels are contributions made by other players." /> | ||
<meta name="twitter:image" content="https://ethernaut.openzeppelin.com/imgs/metatag.png" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/imgs/favicon.ico?v=1" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
/> | ||
<script | ||
src="https://kit.fontawesome.com/a2b1bf956c.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
id="hubspot-script" | ||
src="https://js.hsforms.net/forms/v2.js" | ||
></script> | ||
<link | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" | ||
rel="stylesheet" | ||
crossorigin="anonymous" | ||
/> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com --> | ||
<!-- <script type="text/javascript" src="https://c2f8b8.openzeppelin.com/app/js/api.min.js" data-account="144063" data-user="131584" data-api="campaigns" async></script> --> | ||
<!-- / OptinMonster --> | ||
<!-- Start of HubSpot Embed Code --> | ||
<!-- <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/7795250.js"></script> --> | ||
<!-- End of HubSpot Embed Code --> | ||
<!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com --> | ||
<!-- <script type="text/javascript" src="https://c2f8b8.openzeppelin.com/app/js/api.min.js" data-account="144063" data-user="131584" data-api="campaigns" async></script> --> | ||
<!-- / OptinMonster --> | ||
<!-- Start of HubSpot Embed Code --> | ||
<!-- <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/7795250.js"></script> --> | ||
<!-- End of HubSpot Embed Code --> | ||
</body> | ||
</html> |
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
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
Oops, something went wrong.