33 lines
817 B
HTML
33 lines
817 B
HTML
{9d7b1a7049845eb5ead0d421b3dc850ffae1d22e true 817 index.html 0xc002a3ac40}
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<title>dcoument</title>
|
|
</head>
|
|
<body>
|
|
<div class="container-outer">
|
|
<div class="container">
|
|
<div class="main-text">
|
|
<div class="top">
|
|
<p>EID</p>
|
|
</div>
|
|
<div class="bottom">
|
|
<p>EID</p>
|
|
</div>
|
|
<div class="sub-text">
|
|
<p>mubarak</p>
|
|
</div>
|
|
<div class="date">
|
|
<p>2023</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<p class="left">An Eid of 2023 (Season's Greetings!)</p>
|
|
<p class="right">Built using By <strong>x39OME</strong></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|