Skip to content

Commit d96eb6b

Browse files
committed
Adds website metadata to the homepage
1 parent 01e8702 commit d96eb6b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

images/powernukkit-icon-logo.png

29.9 KB
Loading

images/powernukkit-logo.png

42 KB
Loading

index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
<meta charset="utf-8">
1515
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1616

17+
<meta property="og:locale" content="en"/>
18+
<meta property="og:url" content="https://powernukkit.org"/>
19+
<meta property="og:title" content="PowerNukkit"/>
20+
<meta property="og:site_name" content="PowerNukkit"/>
21+
<meta property="og:description" content="PowerNukkit is a Bedrock Edition Minecraft server software made in Java, that adds support to a huge amount of features like water-logging, all new blocks, more events, bug fixes and many more."/>
22+
<meta property="og:image" content="https://powernukkit.org/assets/images/powernukkit-logo.png"/>
23+
<meta property="og:image:type" content="image/png"/>
24+
<meta property="og:image:width" content="1546"/>
25+
<meta property="og:image:height" content="733"/>
26+
<meta name="twitter:image:src" content="https://powernukkit.org/assets/images/powernukkit-icon-logo.png" />
27+
<meta name="twitter:site" content="@PowerNukkit" />
28+
<meta name="twitter:card" content="summary" />
29+
<meta name="twitter:title" content="PowerNukkit" />
30+
<meta name="twitter:description" content="PowerNukkit is a Bedrock Edition Minecraft server software made in Java, that adds support to a huge amount of features like water-logging, all new blocks, more events, bug fixes and many more." />
31+
1732
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700,900" rel="stylesheet">
1833
<link rel="icon" type="image/png" href="images/powernukkit_square_logo_32x32.png">
1934

@@ -129,7 +144,7 @@ <h1 class="mb-0 site-logo"><a href="index.html" class="text-black h2 mb-0"><img
129144
<div class="col-md-8 text-center">
130145
<h1>Nukkit With <span class="typed-words"></span></h1>
131146
<p class="lead mb-5">Join our <a href="https://powernukkit.org/discord" target="_blank">Discord</a></p>
132-
<div><a href="https://powernukkit.org/download" class="btn btn-primary btn-md">Download Now</a></div>
147+
<div><a href="#download" class="btn btn-primary btn-md">Download Now</a></div>
133148
</div>
134149
</div>
135150

0 commit comments

Comments
 (0)