37 lines
1.2 KiB
Raku
37 lines
1.2 KiB
Raku
<!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="{1}" />
|
|
<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="{1}" />
|
|
|
|
<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>
|