0% found this document useful (0 votes)
14 views1 page

Doctype HTML

Uploaded by

varunrajnaidu054
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Doctype HTML

Uploaded by

varunrajnaidu054
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow"> <!-- To make sure it stays
private -->
<title>AdSense Test</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
img {
width: 300px;
height: auto;
}
</style>
</head>
<body>

<!-- Butterfly Image -->


<img src="butterfly.jpg" alt="Butterfly">

<!-- Google AdSense Ad -->


<div id="adsense-ad" style="margin-top: 20px;">
<!-- Your AdSense code will go here -->
</div>

</body>
</html>

You might also like