- Added 3 new brand pages: armflex.astro, aeroflex.astro, maxflex.astro - Updated hero images with product photos from 3t-insulation.com - Enhanced content with product specifications and benefits - Added standard certifications (FM Approved, UL 94, GREENGUARD) - Added product gallery sections - Shortened menu names to brand only (Armaflex, Aeroflex, Maxflex) - Removed old ฉนวนหุ้มท่อ.astro page - Updated Header and BaseLayout navigation - Downloaded product images for all 3 brands
27 lines
808 B
Plaintext
27 lines
808 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>404 Not Found</title>
|
|
<link rel="stylesheet" href="/error_docs/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="page">
|
|
<div class="main">
|
|
<h1>Server Error</h1>
|
|
<div class="error-code">404</div>
|
|
<h2>Page Not Found</h2>
|
|
<p class="lead">This page either doesn't exist, or it moved somewhere else.</p>
|
|
<hr/>
|
|
<p>That's what you can do</p>
|
|
<div class="help-actions">
|
|
<a href="javascript:location.reload();">Reload Page</a>
|
|
<a href="javascript:history.back();">Back to Previous Page</a>
|
|
<a href="/">Home Page</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |