Skip to content

Commit

Permalink
adsense testing 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas099X committed Nov 25, 2024
1 parent 5867512 commit 9f20b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_user_data(session):
Script(src="/_vercel/insights/script.js"),
Link(href="https://cdn.jsdelivr.net/npm/daisyui@4.12.12/dist/full.min.css",rel="stylesheet",type="text/css"),
Script(src="https://unpkg.com/htmx-ext-sse@2.2.1/sse.js"),
Meta(name="google-adsense-account" ,content="ca-pub-2090178937498462"),
Script(custom_element="amp-ad" ,src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"),
Script(src="https://cdn.tailwindcss.com"),
Title("OpenSAT"),
Style(open('main.css').read())
Expand Down Expand Up @@ -429,7 +429,7 @@ def generate_question_cards():
for i, x in enumerate(question_objects(section))
]
def ad_maven_card():
return Html(
return Div(
Script(
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2090178937498462',
crossorigin='anonymous'
Expand Down

0 comments on commit 9f20b6c

Please sign in to comment.