Skip to content

Commit

Permalink
update pages to use ad code
Browse files Browse the repository at this point in the history
  • Loading branch information
GDcheeriosYT committed Aug 2, 2024
1 parent bfed445 commit c43ff1e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{% block head %}
<link rel="stylesheet" href="/static/style.css">
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5675992934458479"
crossorigin="anonymous"></script>
{% endblock %}
<div class="rectangle_menu">
<nav>
Expand Down
4 changes: 4 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{% block head %}
<title>Home</title>
<link rel="stylesheet" href="/static/style.css">
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5675992934458479"
crossorigin="anonymous"></script>
{% endblock %}
</head>
<body>
Expand Down
4 changes: 4 additions & 0 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{% block head %}
<title>Home</title>
<link rel="stylesheet" href="/static/style.css">
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5675992934458479"
crossorigin="anonymous"></script>
{% endblock %}
</head>
<body>
Expand Down

0 comments on commit c43ff1e

Please sign in to comment.