Skip to content

Commit

Permalink
Create test-url.html
Browse files Browse the repository at this point in the history
  • Loading branch information
antosarho authored Nov 27, 2023
1 parent f30b105 commit f667a9f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test-url.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adnuntius Ad Tag Generator and Tester</title>
</head>
<body><h3>Adnuntius Ad Tag Generator and Tester</h3>
<hr>
<p><small>Ad request: auId = 2de</small></p>
<div id="adn-2de" style="display: none"></div>
<script src="https://cdn.adnuntius.com/adn.js" async></script>
<script>
window.adn = window.adn || {}; adn.calls = adn.calls || [];
adn.calls.push(function() {
adn.request({ env: 'localhost', network: '57', adUnits: [
{ auId: '2de', auW: '728', auH: '90' }
]});
});
</script>
</body>
</html>

0 comments on commit f667a9f

Please sign in to comment.