ARTICLE AD BOX
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Certificate Verification</title>
<style>
body {
font-family: Arial, sans-serif; background: #f5f5f5; text-align: center;}
.container {
width: 90%; max-width: 700px; margin: 40px auto; background: white; padding: 20px; border-radius: 12px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
h1 {
color: #333;}
table {
width: 100%; border-collapse: collapse; margin-top: 20px;}
th {
background: #222; color: white; padding: 12px;}
td {
padding: 12px; border-bottom: 1px solid #ddd;}
tr:nth-child(even) {
background: #f9f9f9;}
.status {
color: green; font-weight: bold;}
.qr {
margin-top: 20px;}
</style>
</head>
<body>
<div class="container">
\<h1\>Certificate Verification\</h1\> \<table\> \<tr\> \<th\>Field Name\</th\> \<th\>Details\</th\> \</tr\> \<tr\> \<td\>👤 Student Name\</td\> \<td\>Devraj Dattatray Jadhav\</td\> \</tr\> \<tr\> \<td\>🎓 Course\</td\> \<td\>AutoCAD & SketchUp\</td\> \</tr\> \<tr\> \<td\>🏫 Institute\</td\> \<td\>Shruti Computer\</td\> \</tr\> \<tr\> \<td\>📍 Location\</td\> \<td\>Peth Vadgaon\</td\> \</tr\> \<tr\> \<td\>📅 Course Duration\</td\> \<td\>1 March 2023 – 31 May 2023\</td\> \</tr\> \<tr\> \<td\>🗓 Issue Date\</td\> \<td\>31 May 2023\</td\> \</tr\> \<tr\> \<td\>🔢 Certificate ID\</td\> \<td\>SC-2023-0123\</td\> \</tr\> \<tr\> \<td\>✅ Status\</td\> \<td class="status"\>Verified\</td\> \</tr\> \</table\> \<div class="qr"\> \<p\>Scan QR Code\</p\> \<img src="qr.png" width="120" alt="QR Code"\> \</div\></div>
</body>
</html>
