Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajkumar20 committed Apr 24, 2024
1 parent c22d394 commit fb79e5e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heart Disease Prediction</title>
<title>Heart Disease Predictor</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
Expand All @@ -17,16 +17,6 @@
<div class="center">Heart Disease Prediction using Deep Learning</div>
</header>

<header>
<div class="menu-icon" onclick="toggleMenu()">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<div class="top-left">Vel Tech</div>
<div class="center">Heart Disease Prediction using Deep Learning</div>
</header>

<div class="container">
<h2>Welcome to our interactive website!</h2>
<form id="inputForm">
Expand All @@ -36,7 +26,7 @@ <h2>Welcome to our interactive website!</h2>
<label for="input2">Input 2:</label>
<input type="text" id="input2" name="input2"><br><br>
<button type="submit">Submit</button>

</form>
</div>

Expand Down

0 comments on commit fb79e5e

Please sign in to comment.