This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
Stairway-js/index.html

71 lines
3.1 KiB
HTML

<!DOCTYPE html>
<!--
Stairway.js: a simple JavaScript privacy quiz
Copyright © 2021 luca0N!
This file is part of Stairway.js.
Stairway.js 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.
Stairway.js 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 Stairway.js. If not, see <https://www.gnu.org/licenses/>.
E-mail contact: <luca0n@luca0n.com>.
-->
<html>
<head>
<meta charset="UTF-8"/>
<title>Stairway Quiz</title>
<link rel="stylesheet" type="text/css" href="res/Stairway-js.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>
<body>
<div class="content">
<h1>Stairway Quiz</h1><hr/>
<!--<p class="warning" id="javascript-warning">It looks like your browser is configured to block JavaScript. We're sorry, but this page requires JavaScript in order to function.</p>-->
<p>Stairway Quiz results range from excellent (<span class="badge-small grade-s">Grade S</span>) to very bad (<span class="badge-small grade-f">Grade F</span>).</p>
<p>This service does not track you, and your answers are not sent to our servers. You can also self-host Stairway.js.</p>
<p>Once you are ready to start, click on the button below.</p>
<button onclick="document.location = 'session.html'">Start!</button>
<hr/>
<p>Stairway.js is <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>
<p>luca0N! does not endorse all quizzes created for Stairway.js and may not own copyrights on the current quiz.</p>
</div>
</body>
</html>