mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
init
This commit is contained in:
18
public/consent.html
Normal file
18
public/consent.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user