mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
修复部分内置页面没有<head>标签的问题
This commit is contained in:
@@ -55,10 +55,12 @@ Vue.component("http-firewall-actions-box", {
|
|||||||
|
|
||||||
var defaultPageBody = `<!DOCTYPE html>
|
var defaultPageBody = `<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<title>403 Forbidden</title>
|
<head>
|
||||||
|
\t<title>403 Forbidden</title>
|
||||||
\t<style>
|
\t<style>
|
||||||
\t\taddress { line-height: 1.8; }
|
\t\taddress { line-height: 1.8; }
|
||||||
\t</style>
|
\t</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>403 Forbidden</h1>
|
<h1>403 Forbidden</h1>
|
||||||
<address>Connection: \${remoteAddr} (Client) -> \${serverAddr} (Server)</address>
|
<address>Connection: \${remoteAddr} (Client) -> \${serverAddr} (Server)</address>
|
||||||
|
|||||||
Reference in New Issue
Block a user