Skip to content

Commit

Permalink
optimised <head> section
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Dec 28, 2023
1 parent 73dea49 commit 51cebcf
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions packages/testnet/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">

<!-- Preload the font -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" as="style">

<!-- Asynchronously load the font stylesheet -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" media="print"
onload="this.media='all'">
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
</noscript>

<title>NoGame -- Starknet Sepolia</title>
<meta name="description"
content="Explore the vast expanse of the universe in NoGame App, a blockchain-based space MMO on StarkNet. Engage in epic battles, trade, and alliances in a decentralized gaming world." />
</head>


<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down

0 comments on commit 51cebcf

Please sign in to comment.