Updated meta tags
This commit is contained in:
+12
-6
@@ -1,18 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang = "en">
|
||||
<head>
|
||||
<meta charset = "UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset = "UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/styles/shared.css"/>
|
||||
|
||||
<title>Kingdom Battles!</title>
|
||||
<meta name="description" content="Build Your Kingdom!" />
|
||||
<meta name="author" content="Kayne Ruse" />
|
||||
<meta name="keywords" content="gaming, browser game, persistent browser based game, free game" />
|
||||
<!--
|
||||
<link rel="shortcut icon" href="https://kingdombattles.net/favicon.ico" type="image/x-icon" />
|
||||
-->
|
||||
|
||||
<meta property="og:url" content="https://kingdombattles.net" />
|
||||
<meta property="og:type" content="game" />
|
||||
<meta property="og:image" content="https://kingdombattles.net/img/flag.png" />
|
||||
|
||||
<meta property="og:title" content="Kingdom Battles!" />
|
||||
<meta property="og:description" content="Build Your Kingdom!" />
|
||||
<meta property="og:image" content="https://kingdombattles.com/img/flag.png" />
|
||||
<!--
|
||||
<link rel="shortcut icon" href="https://kingdombattles.com/favicon.ico" type="image/x-icon" />
|
||||
-->
|
||||
</head>
|
||||
<body>
|
||||
<div id = "root"></div>
|
||||
|
||||
Reference in New Issue
Block a user