HelenaExpressApp/www/pages/credits.template.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2020-10-10 19:26:30 -06:00
<!-- 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
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="credits">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
2021-05-08 17:10:23 -06:00
<a href="#" class="link icon-only back hapticbtn">
2020-10-10 19:26:30 -06:00
<i class="icon icon-back"></i>
</a>
</div>
<div class="title">Credits</div>
</div>
</div>
<div class="page-content">
<div class="block">
<p>This program is licensed under the Mozilla Public License 2.0.
2021-01-23 00:02:25 -07:00
To get the source code, visit https://source.netsyms.com/Netsyms/HelenaExpressApp.
2020-10-10 19:26:30 -06:00
<br>
This application relies on and is bundled with third-party code.
See below for the their licenses and where to find source code.
</div>
<div class="block">
<h2>Code and Libraries</h2>
<pre style="white-space: pre-line; overflow-wrap: break-word;">
{{credits}}
</pre>
</div>
</div>
</div>