Skip to content

Commit

Permalink
here
Browse files Browse the repository at this point in the history
  • Loading branch information
charleysanchez committed Apr 15, 2024
1 parent ffa4c34 commit bd8596b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirect to Web Interface</title>
<title>Home Page</title>
</head>
<body>
<h1>Click below to go to the web interface:</h1>
<a href="../src/web_interface/index.html">Go to Web Interface</a>
<h1>Welcome to the Survey</h1>
<p>Click below to start the survey:</p>
<a href="../src/web_interface/index.html">Start Survey</a>
</body>
</html>

0 comments on commit bd8596b

Please sign in to comment.