解决google ad警告
This commit is contained in:
14
app.html
Normal file
14
app.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html {{ HTML_ATTRS }}>
|
||||
|
||||
<head {{ HEAD_ATTRS }}>
|
||||
{{ HEAD }}
|
||||
<script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" async
|
||||
data-ad-client="ca-pub-2143583075951360"></script>
|
||||
</head>
|
||||
|
||||
<body {{ BODY_ATTRS }}>
|
||||
{{ APP }}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user