修复部分内置页面没有<head>标签的问题

This commit is contained in:
GoEdgeLab
2024-01-20 10:15:05 +08:00
parent 90ebb13d4f
commit 8c084e8cef

View File

@@ -55,10 +55,12 @@ Vue.component("http-firewall-actions-box", {
var defaultPageBody = `<!DOCTYPE html>
<html lang="en">
<title>403 Forbidden</title>
<head>
\t<title>403 Forbidden</title>
\t<style>
\t\taddress { line-height: 1.8; }
\t</style>
</head>
<body>
<h1>403 Forbidden</h1>
<address>Connection: \${remoteAddr} (Client) -&gt; \${serverAddr} (Server)</address>