mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
18 lines
661 B
HTML
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> |