Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TKP Website</title>
<style>
body{
margin:0;
padding:0;
background:#111;
color:white;
font-family:Arial, sans-serif;
text-align:center;
}
header{
background:#8B0000;
padding:40px 20px;
border-bottom:5px solid #D4AF37;
}
h1{
color:#D4AF37;
font-size:50px;
margin-bottom:10px;
}
p{
font-size:20px;
}
.tkp-flag-container{
text-align:center;
margin-top:20px;
}
.tkp-flag{
width:320px;
max-width:90%;
border:4px solid #D4AF37;
border-radius:12px;
box-shadow:0 0 25px rgba(212,175,55,0.5);
}
section{
padding:50px 20px;
}
footer{
background:#8B0000;
color:#D4AF37;
padding:20px;
margin-top:40px;
}
</style>
</head>
<body>
<header>
<h1>TKP</h1>
<p>Tehreek-e-Khilafat Pakistan</p>
<div class="tkp-flag-container">
<img src="/storage/emulated/0/Tkp/1000041684.webp" alt="TKP Party Flag" class="tkp-flag">
</div>
</header>
<section>
<h2>Welcome to TKP</h2>
<p>
Official website of Tehreek-e-Khilafat Pakistan.
</p>
</section>
<footer>
© 2026 TKP - All Rights Reserved
</footer>
</body>
</html>2
1
2KB
2KB
166.0ms
276.0ms
177.0ms