Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
<img src="" data-l10n-id="in-app-notification-close-image" />
</html:template>
<div
class="in-app-notification-container in-app-notification-donation"
tabindex="0"
>
<button is="in-app-notification-close-button"></button>
<img src="" alt="" class="icon" />
<div class="in-app-notification-content">
<h1 class="in-app-notification-heading"></h1>
<div class="in-app-notification-description-wrapper">
<p class="in-app-notification-description">
</p>
</div>
<a is="in-app-notification-button">
<span class="in-app-notification-cta"></span>
</a>
</div>
</div>
<span class="in-app-notification-instructions" data-l10n-id="in-app-notification-instructions"></span>
</html:template>
<in-app-notification-container></in-app-notification-container>
</html:template>