| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/plainmotors.net/wwwroot/test/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Experian Newsletter</title>
<style>
/* General Styles */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
table {
max-width: 600px;
margin: 20px auto;
background-color: #ffffff;
border-collapse: collapse;
}
img {
max-width: 100%;
height: auto;
display: block;
}
h1, h2, h3 {
color: #26478d;
margin: 0 0 10px;
}
p {
color: #575755;
line-height: 1.5;
margin: 0 0 15px;
}
a {
color: #406eb3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Header Styles */
.header {
background-color: #26478d;
padding: 20px;
text-align: center;
}
.header img {
max-width: 150px;
}
/* Content Styles */
.content {
padding: 20px;
}
.content h1 {
font-size: 36px;
font-weight: bold;
}
.content h2 {
font-size: 20px;
font-weight: normal;
}
.content h3 {
font-size: 16px;
font-weight: bold;
}
.content p {
font-size: 14px;
}
/* Button Styles */
.button {
display: inline-block;
padding: 15px 40px;
margin: 20px 0;
background-color: #ae3e92;
color: #ffffff;
text-align: center;
border-radius: 6px;
font-size: 16px;
}
/* Footer Styles */
.footer {
background-color: #f4f4f4;
padding: 10px;
text-align: center;
font-size: 10px;
color: #575755;
}
</style>
</head>
<body>
<table>
<!-- Header -->
<tr>
<td class="header">
<img src="logo.png" alt="Experian Logo">
</td>
</tr>
<!-- Content -->
<tr>
<td class="content">
<h1>Welcome to Our Newsletter</h1>
<p>Dear Subscriber,</p>
<p>We are excited to bring you the latest updates and insights from Experian.</p>
<h2>Featured Article</h2>
<p>Discover how our latest solutions can help you manage your credit more effectively.</p>
<a href="#" class="button">Read More</a>
<h3>Upcoming Events</h3>
<p>Join us for our upcoming webinar on financial health.</p>
<a href="#" class="button">Register Now</a>
</td>
</tr>
<!-- Footer -->
<tr>
<td class="footer">
<p>© 2025 Experian. All rights reserved.</p>
<p>1234 Experian Way, City, Country</p>
<p><a href="#">Unsubscribe</a> | <a href="#">Privacy Policy</a></p>
</td>
</tr>
</table>
</body>
</html>