Skip to content

Commit

Permalink
all check
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit03b committed Jan 4, 2024
1 parent 852f16e commit 62e7ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions diagnosis.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Select Your Symptoms</h2>
<li><input type="checkbox" name="symptom" value="severe_headache">Severe Headache</li>
<li><input type="checkbox" name="symptom" value="nausea">Nausea</li>
<li><input type="checkbox" name="symptom" value="light_sensitivity">Sensitivity to Light</li>

</ul>
<button id="detect-btn">Detect Disease</button>
</div>
Expand All @@ -30,11 +30,12 @@ <h2>You May Have...</h2>
</div>
</div>
<nav>
<div class="left"><a style="text-decoration: none;"href="index.html">Home</a></div>
<div class="left"><a style="text-decoration: none;" href="index.html">Home</a></div>
</nav>
<footer>
<div class="notice">
<p>Disclaimer: The information provided here may not be accurate. Do consult a doctor before proceeding further.</p>
<p><b>Disclaimer: The information provided here may not be accurate. Do consult a doctor before proceeding
further.We are not responsible for providing any wrong information.</b></p>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>MedQ</title>
<link rel="stylesheet" href="style.css">
</head>

Expand Down

0 comments on commit 62e7ddb

Please sign in to comment.