I'm having trouble getting the ad to display on my website despite trying many different solutions. Any advice you can offer would be greatly appreciated. Thanks in advance!
<!doctype html>
<html lang="en">
<head>
<title>Random Dota Hero</title>
</head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="randomdotacss.css" media="screen" />
<body background="pa.jpeg">
<body>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Leaderboard Ad -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-xxx"
data-ad-slot="xxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>