-
-
Notifications
You must be signed in to change notification settings - Fork 193
Expand file tree
/
Copy pathpromo-ended.html
More file actions
22 lines (20 loc) · 717 Bytes
/
promo-ended.html
File metadata and controls
22 lines (20 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="pro-ended-dialog modal">
<div class="modal-header">
<h1 class="dialog-title">{{{title}}}</h1>
</div>
<div class="modal-body">
<div class="promo-iframe-wrap">
<iframe
class="promo-iframe"
src="{{promoURL}}"
title="{{title}}"
loading="lazy"
referrerpolicy="no-referrer">
</iframe>
</div>
</div>
<div class="modal-footer">
<button class="dialog-button btn" data-button-id="cancel">{{Strings.CANCEL}}</button>
<button class="dialog-button btn primary" data-button-id="get_pro">{{{buttonGetPro}}}</button>
</div>
</div>