11<!DOCTYPE html>
22< html lang ="en ">
3-
43< head >
54 < title > Mindustry</ title >
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < meta charset ="utf-8 ">
67 <!-- Metadata -->
78 < meta name ="keywords " content ="Mindustry, mindustrygame, tower-defense, game " />
89 < meta name ="description " content ="A sandbox tower-defense game. " />
9- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10- < meta charset ="utf-8 ">
1110 <!-- OpenGraph Metadata-->
1211 < meta property ="og:title " content ="Mindustry ">
1312 < meta property ="og:description " content ="A sandbox tower-defense game. " />
14- < meta property ="og:type " content ="article " />
13+ < meta property ="og:type " content ="website " />
1514 < meta property ="og:url " content ="https://mindustrygame.github.io " />
16- < meta property ="og:image " content ="https://mindustrygame.github.io/icon.png " />
15+ < meta property ="og:image " content ="https://raw.githubusercontent.com/MindustryGame/mindustrygame.github.io/master/images/header.png " />
16+ < meta property ="og:image:width " content ="768 ">
17+ < meta property ="og:image:height " content ="107 ">
18+ < meta property ="og:image:alt " content ="Mindustry typography logo ">
19+
1720 <!-- Twitter Card data -->
1821 < meta name ="twitter:card " content ="summary ">
1922 <!-- <meta name="twitter:site" content="@publisher_handle"> -->
2023 < meta name ="twitter:title " content ="Mindustry ">
2124 < meta name ="twitter:description " content ="A sandbox tower-defense game. ">
22- < meta name ="twitter:image:src " content ="https://mindustrygame.github.io/images/header.png ">
23- <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />-->
25+ < meta name ="twitter:card " content ="summary_large_image ">
26+ < meta property ="twitter:domain " content ="mindustrygame.github.io ">
27+ < meta property ="twitter:url " content ="https://mindustrygame.github.io/ ">
28+ < meta name ="twitter:image " content ="https://raw.githubusercontent.com/MindustryGame/mindustrygame.github.io/master/images/header.png ">
2429
2530 < link rel ="icon " href ="./icon.png?type=ico ">
2631 < link rel ="stylesheet " async href ="./styles.css ">
109114 </ div >
110115</ body >
111116
112- </ html >
117+ </ html >
0 commit comments