Add project information and LibreJS license on index page

This commit is contained in:
luca0N! 2021-05-30 23:28:18 -03:00
parent 37caeab31a
commit ccb7e51ef8
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
2 changed files with 30 additions and 1 deletions

View File

@ -26,6 +26,33 @@
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>Privacy Rating</title> <title>Privacy Rating</title>
<link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/> <link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/>
<script>
/*
@licstart The following is the entire license notice for the
JavaScript code in this page.
Copyright © 2021 luca0N!
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this page.
*/
</script>
</head> </head>
<body> <body>
<h1>Privacy Rating</h1><hr/> <h1>Privacy Rating</h1><hr/>
@ -35,5 +62,7 @@
<p>This service does not track you, and your answers are not sent to our servers. If you don't want to trust this instance, you can self-host it yourself.</p> <p>This service does not track you, and your answers are not sent to our servers. If you don't want to trust this instance, you can self-host it yourself.</p>
<p>Once you are ready to start, click on the button below.</p> <p>Once you are ready to start, click on the button below.</p>
<button onclick="document.location = 'session.html'">Start!</button> <button onclick="document.location = 'session.html'">Start!</button>
<hr/>
<p><a href="https://labs.luca0n.com/projects/stairway-js" target="_blank">Released</a> under the <a href="https://git.luca0n.com/Stairway-js.git/tree/LICENSE" target="_blank">GNU General Public License version 3 or later</a>, by <a href="https://www.luca0n.com" target="_blank">luca0N!</a></p>
</body> </body>
</html> </html>

View File

@ -91,6 +91,6 @@
<input type="radio">Windows</input> <input type="radio">Windows</input>
</div>--> </div>-->
<hr/> <hr/>
<p>Released under the GNU General Public License version 3 or later, by <a href="https://www.luca0n.com">luca0N!</a></p> <p><a href="https://labs.luca0n.com/projects/stairway-js" target="_blank">Released</a> under the <a href="https://git.luca0n.com/Stairway-js.git/tree/LICENSE" target="_blank">GNU General Public License version 3 or later</a>, by <a href="https://www.luca0n.com" target="_blank">luca0N!</a></p>
</body> </body>
</html> </html>