forked from WycliffeAssociates/en_ulb
For easy reference.
This commit is contained in:
parent
8a1c3b1b60
commit
e015f4c07a
|
@ -7,21 +7,6 @@
|
|||
<title>Issues - Door43 Content Service</title>
|
||||
<link rel="manifest" href="https://git.door43.org/manifest.json" crossorigin="use-credentials">
|
||||
|
||||
<script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
window.addEventListener('load', function() {
|
||||
navigator.serviceWorker.register('/serviceworker.js').then(function(registration) {
|
||||
|
||||
console.log('ServiceWorker registration successful with scope: ', registration.scope);
|
||||
}, function(err) {
|
||||
|
||||
console.log('ServiceWorker registration failed: ', err);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<meta name="theme-color" content="#6cc644">
|
||||
<meta name="author" content="WycliffeAssociates" />
|
||||
<meta name="description" content="en_ulb - Source files for English Unlocked Literal Bible" />
|
||||
|
@ -29,58 +14,11 @@
|
|||
<meta name="referrer" content="no-referrer" />
|
||||
<meta name="_csrf" content="erUqb62U3T_Sza_rAtgua6gVseM6MTU2Njg0NDA4NjM5NTY2MTEyMw==" />
|
||||
<meta name="_suburl" content="" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this page.
|
||||
|
||||
Copyright (c) 2016 The Gitea Authors
|
||||
Copyright (c) 2015 The Gogs Authors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
---
|
||||
Licensing information for additional javascript libraries can be found at:
|
||||
{{AppSubUrl}}/vendor/librejs.html
|
||||
|
||||
@licend The above is the entire license notice
|
||||
for the JavaScript code in this page.
|
||||
*/
|
||||
</script>
|
||||
|
||||
<link rel="shortcut icon" href="https://git.door43.org/img/favicon.png" />
|
||||
<link rel="mask-icon" href="https://git.door43.org/img/gitea-safari.svg" color="#609926">
|
||||
<link rel="preload" href="https://git.door43.org/vendor/assets/font-awesome/css/font-awesome.min.css" as="style" onload="this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="https://git.door43.org/vendor/assets/font-awesome/css/font-awesome.min.css"></noscript>
|
||||
<link rel="stylesheet" href="https://git.door43.org/vendor/assets/octicons/octicons.min.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://git.door43.org/vendor/plugins/semantic/semantic.min.css">
|
||||
<link rel="stylesheet" href="https://git.door43.org/css/index.css?v=09c20bab0cac6eb831d6b9f408ab745f">
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in New Issue