Files
minivlat-local-ua/public/consent.html
2025-01-22 12:25:18 +02:00

18 lines
661 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Consent Page</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="container">
<h1>Consent Form</h1>
<p>Please read the following consent information carefully before proceeding:</p>
<p>Your participation in this quiz is voluntary, and you can withdraw at any time. Your responses will be kept confidential.</p>
<button id="consentButton">I Consent to Participate</button>
</div>
<script src="js/consent.js"></script>
</body>
</html>