Google AdSense

This commit is contained in:
ssyyhhrr
2023-01-19 20:34:29 +00:00
parent c8499c6e3b
commit 63cddf5165

View File

@@ -8,7 +8,9 @@
<link rel="stylesheet" href="./css/main.css">
<script src="https://kit.fontawesome.com/134dd703dd.js" crossorigin="anonymous"></script>
<title>Stewardle</title>
<meta name="description" content="Test your F1 knowledge by guessing the driver of the day using the clues from your previous guesses! Inspired by Wordle, created by syhr."
<meta name="description" content="Test your F1 knowledge by guessing the driver of the day using the clues from your previous guesses! Inspired by Wordle, created by syhr.">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7890608731216910"
crossorigin="anonymous"></script>
</head>
<body>
<div class="tutorial">
@@ -168,6 +170,18 @@
<input id="myInput" type="text" placeholder="Driver">
</div>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7890608731216910"
crossorigin="anonymous"></script>
<!-- Footer Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7890608731216910"
data-ad-slot="1543055497"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<div class="credits">
<p style="margin-bottom: 0.25em">Inspired by <a href="https://www.nytimes.com/games/wordle/index.html" target="_blank">Wordle</a></p>
<p style="margin-top: 0px">Created by <a href="https://sy.hr/" target="_blank">syhr</a> <a href="https://github.com/ssyyhhrr/stewardle" target="_blank"><i class="fa-brands fa-github"></i></a></p>