Skip to content

Commit fc86cd7

Browse files
committed
Add adsense check code
1 parent d442f3e commit fc86cd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/error_page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ abstract class BaseError {
1111
<html lang="en"><head>
1212
<meta charset="UTF-8">
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0">
14+
<meta name="google-adsense-account" content="ca-pub-7387527627218970">
1415
<title>GitHub Profile Trophy</title>
1516
<meta name="description" content="🏆 Add dynamically generated GitHub Stat Trophies on your readme">
1617
<style>
@@ -101,6 +102,7 @@ abstract class BaseError {
101102
}
102103
}
103104
</style>
105+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7387527627218970" crossorigin="anonymous"></script>
104106
</head>
105107
<body>
106108
<h1 style="text-align: center;">${this.status} - ${this.message}</h1>

0 commit comments

Comments
 (0)