12 lines
267 B
HTML
12 lines
267 B
HTML
<HTML>
|
|
<BODY>
|
|
<!-- see also jstests/rs/ -->
|
|
<iframe src="http://127.0.0.1:28000/_replSet" width="100%" height="50%" frameborder=1>
|
|
</iframe>
|
|
|
|
<iframe src="http://127.0.0.1:28001/_replSet" width="100%" height="50%" frameborder=1>
|
|
</iframe>
|
|
|
|
</BODY>
|
|
</HTML>
|