mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-14 21:03:49 -05:00
Google AdSense
This commit is contained in:
@@ -8,7 +8,9 @@
|
|||||||
<link rel="stylesheet" href="./css/main.css">
|
<link rel="stylesheet" href="./css/main.css">
|
||||||
<script src="https://kit.fontawesome.com/134dd703dd.js" crossorigin="anonymous"></script>
|
<script src="https://kit.fontawesome.com/134dd703dd.js" crossorigin="anonymous"></script>
|
||||||
<title>Stewardle</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="tutorial">
|
<div class="tutorial">
|
||||||
@@ -168,6 +170,18 @@
|
|||||||
<input id="myInput" type="text" placeholder="Driver">
|
<input id="myInput" type="text" placeholder="Driver">
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<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-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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user