Update main tag in multiple PHP files to include an ID for improved accessibility and styling: Changed <main> to <main id="main-content"> in 404, 500, about, agb, contact, datenschutz, impressum, index, mail-gateway, vpc, vps, and webhosting pages. Additionally, updated copyright year in email templates to be dynamic.
This commit is contained in:
@@ -13,7 +13,7 @@ http_response_code(500);
|
||||
includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
|
||||
<main>
|
||||
<main id="main-content">
|
||||
<section class="error-page">
|
||||
<div class="container">
|
||||
<div class="error-content glass-card">
|
||||
|
||||
Reference in New Issue
Block a user