|
1
|
<!doctype html> |
|
2
|
<html> |
|
3
|
<body> |
|
4
|
<script> |
|
5
|
/* |
|
6
|
This is just a placeholder to make react-scripts happy. |
|
7
|
We're not using it. If we end up here, redirect to the |
|
8
|
primary server. |
|
9
|
*/ |
|
10
|
location.href = '//localhost:3000/'; |
|
11
|
</script> |
|
12
|
</body> |
|
13
|
</html> |