-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmwakkiy_1.html
29 lines (28 loc) · 871 Bytes
/
mwakkiy_1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html ⚡4ads>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<style amp4ads-boilerplate>body{visibility:hidden}</style>
<script async src="https://cdn.ampproject.org/amp4ads-v0.js"></script>
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
</head>
<body>
<div>Ad template example</div>
<template type="amp-mustache">
<div>{{ headline }} </div>
{{#ads}}
<div>
<a href="{{ link_url }}">
<div>
<div>{{ title }}</div>
<div>{{ body }}</div>
<div>{{ url }}</div>
</div>
</a>
</div>
{{/ads}}
</template>
</body>
</html>