Update html/layouts/error.ejs

This commit is contained in:
ashley 2025-09-14 01:00:35 +02:00
parent e28e226ad9
commit f2403e2b9a

View File

@ -81,7 +81,7 @@
</style> </style>
</head> </head>
<body> <body>
<p id="abstract"><%=error%></p> <p id="abstract">404</p>
<div class="error"> <div class="error">
<h2><%=error%></h2> <h2><%=error%></h2>
<p><%=description%></p> <p><%=description%></p>