2015-07-24 07:48:13 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
2022-01-24 09:34:23 +00:00
|
|
|
const url = new URL(location.href);
|
|
|
|
const port = url.searchParams.get('port');
|
2015-07-24 07:48:13 +00:00
|
|
|
document.write("<img src='http://127.0.0.1:" + port + "/logo.png' />");
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|