Bug 1562642 - Part 4 - Add missing MPL2 headers in tools r=ahal
[gecko.git] / tools / tryselect / selectors / chooser / templates / close.html
blob622f9f38b2c8f46a7a288e5cb14c747ba7c214ea
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 {% extends 'layout.html' %}
6 {% block content %}
7 <div class="container-fluid">
8 <div class="alert alert-primary" role="alert">
9 You may now close this page.
10 </div>
11 </div>
12 {% endblock %}