17 lines
354 B
HTML
17 lines
354 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Dispatch</title>
|
|
|
|
<link href="/bundle.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script id="env" type="application/json"></script>
|
|
<script src="/bundle.js"></script>
|
|
</body>
|
|
</html>
|