add footer privacy
This commit is contained in:
parent
2a6a39c7b4
commit
2bab9c48ef
@ -1,3 +1,22 @@
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2025 PokeWeather Of Poke Project, a part of The Poke Project Initiative (initiative.poketube.fun)
|
||||
source code :https://codeberg.org/ashley/poke
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
-->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -209,6 +228,10 @@
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div><a href="/privacy"> privacy policy </a></div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
/* Expose server data to the client + tell it we’re on the SSR route */
|
||||
window.__SSR__ = <%- JSON.stringify(ssr || {}) %>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user