We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d442f3e commit 5531230Copy full SHA for 5531230
api/index.ts
@@ -64,7 +64,11 @@ async function app(req: Request): Promise<Response> {
64
if (username === null) {
65
const [base] = req.url.split("?");
66
const error = new Error400(
67
- `<section>
+ `
68
+ <head>
69
+ <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7387527627218970" crossorigin="anonymous"></script>
70
+ </head>
71
+ <section>
72
<div>
73
<h2>"username" is a required query parameter</h2>
74
<p>The URL should look like
0 commit comments