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-05-07 19:42:39 +10:00

13 lines
311 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"/>
</head>
<body>
<div id = "root"></div>
<script src="/app.bundle.js"></script>
</body>
</html>