react-google-ads
Version:
React component for google adsense
17 lines (16 loc) • 658 B
HTML
<html lang="en">
<head>
<title>React Google Adsense Demo</title>
<meta name="description" content="React component for google adsense">
<meta name="keywords" content="google adsense, google, adsense, react">
<meta name="author" content="wonism">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta id="viewport" name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<div id="google-adsense"></div>
<script type="text/javascript" src="/bundle.js"></script>
</body>
</html>