Skip to content

Commit

Permalink
Remove hardcoded RTV in one of the amphtml ad examples. (#24209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lannka authored Aug 26, 2019
1 parent 7d78927 commit 6555506
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/amphtml-ads/adchoices-2.a4a.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<meta charset="utf-8">
<meta content="width=device-width,minimum-scale=1,initial-scale=1" name="viewport">
<meta content="noindex" name="robots">
<link as="script" href="https://cdn.ampproject.org/rtv/011904200955460/amp4ads-v0.js" rel="preload">
<script async="" src="https://cdn.ampproject.org/rtv/011904200955460/amp4ads-v0.js"></script>
<script async="" custom-element="amp-ad-exit" src="https://cdn.ampproject.org/rtv/011904200955460/v0/amp-ad-exit-0.1.js"></script>
<script async="" custom-element="amp-analytics" src="https://cdn.ampproject.org/rtv/011904200955460/v0/amp-analytics-0.1.js"></script>
<script async="" custom-element="amp-fit-text" src="https://cdn.ampproject.org/rtv/011904200955460/v0/amp-fit-text-0.1.js"></script>
<script async="" custom-element="amp-form" src="https://cdn.ampproject.org/rtv/011904200955460/v0/amp-form-0.1.js"></script>
<link as="script" href="https://cdn.ampproject.org/amp4ads-v0.js" rel="preload">
<script async="" src="https://cdn.ampproject.org/amp4ads-v0.js"></script>
<script async="" custom-element="amp-ad-exit" src="https://cdn.ampproject.org/v0/amp-ad-exit-0.1.js"></script>
<script async="" custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<script async="" custom-element="amp-fit-text" src="https://cdn.ampproject.org/v0/amp-fit-text-0.1.js"></script>
<script async="" custom-element="amp-form" src="https://cdn.ampproject.org/v0/amp-form-0.1.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300|Roboto:400,500&amp;lang=en" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500&amp;text=" rel="stylesheet" type="text/css">
<style amp-custom="">
Expand Down

0 comments on commit 6555506

Please sign in to comment.