2024-12-29 23:00:38 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Dominionator</title>
|
2025-01-05 10:12:27 -05:00
|
|
|
<link rel="stylesheet" href="/static/fonts.css"/>
|
2024-12-29 23:00:38 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script src="/static/dist/bundle.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|