Implemented tagline easter eggs
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang = "en">
|
||||
<head>
|
||||
<meta charset = "UTF-8" />
|
||||
<meta name="Content-Type" content="text/html" />
|
||||
<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_scaled.png" />
|
||||
|
||||
<meta property="og:title" content="Kingdom Battles!" />
|
||||
<meta property="og:description" content="Build Your Kingdom!" />
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-3272796169678302",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id = "root"></div>
|
||||
<script src="/app.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user