Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajkumar20 committed Apr 24, 2024
1 parent 03a16d4 commit e3f0fa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heart Disease Predictior</title>
<title>Heart Disease Prediction</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<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>
Expand Down

0 comments on commit e3f0fa6

Please sign in to comment.