This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
kingdombattles/public/index.html
T
2019-06-07 20:52:27 +10:00

29 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles/shared.css"/>
<meta name="Content-Type" content="text/html; charset=UTF-8" />
<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!" />
</head>
<body>
<div id = "root"></div>
<script src="/app.bundle.js"></script>
</body>
</html>