@ -192,7 +192,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
@@ -192,7 +192,7 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
margin: 0 auto;
padding: 16px 0;
border-top: 1px #000 dashed;
font-size: 14px
font-size: 14px;
}
span {
@ -210,6 +210,10 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
@@ -210,6 +210,10 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
font-size: 11px;
}
.text-warning {
color: #db6161;
}
</style>
</head>
<body>
@ -241,6 +245,14 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
@@ -241,6 +245,14 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
</a>
</div>
<div>
<p><?phpecho_('HTTP')?></p>
<?phpif($hostPage->httpCode==200){?>
<p><?phpecho$hostPage->httpCode?></p>
<?php}else{?>
<pclass="text-warning">
<?phpecho$hostPage->httpCode?>
</p>
<?php}?>
<?phpif(!empty($hostPage->mime)){?>
<p><?phpecho_('MIME')?></p>
<p><?phpecho$hostPage->mime?></p>
@ -287,6 +299,12 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
@@ -287,6 +299,12 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the