22 lines
704 B
HTML
22 lines
704 B
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"/>
|
|
|
|
<title>Kingdom Battles!</title>
|
|
<meta name="description" content="Build Your Kingdom!" />
|
|
<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>
|
|
<script src="/app.bundle.js"></script>
|
|
</body>
|
|
</html>
|