Change titles and messages
Change "Privacy Quiz" to "Stairway Quiz".
This commit is contained in:
parent
4379bbd6e5
commit
d3b2da856e
2 changed files with 9 additions and 40 deletions
11
index.html
11
index.html
|
@ -24,7 +24,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Privacy Rating</title>
|
||||
<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>
|
||||
|
@ -56,11 +56,10 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>Privacy Rating</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>Privacy Rating displays a form containing a few questions which are used to show a privacy grade based on your technology tasks, ranging 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>Privacy Rating attemps to warn you about bad software, services and practices in order to protect your privacy online.</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>
|
||||
<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/>
|
||||
|
|
Reference in a new issue