Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar009 authored Jan 20, 2025
1 parent bb92f12 commit f7bc85c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<!--
<link rel="stylesheet" href="../../PROJECTS/Profile/all.css">
<link rel="stylesheet" href="../../PROJECTS/bootstrap-5.3.0/css/bootstrap.min.css">
<script src="../../PROJECTS/bootstrap-5.3.0/js/bootstrap.bundle.min.js"></script>
-->
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
Expand Down Expand Up @@ -120,7 +115,7 @@ <h2 class="display-4">Contact Me</h2>
<label for="message"><b>Message: <span class="text-danger">*</span></b></label>
<textarea class="form-control" rows="5" id="message" placeholder="Enter your message" name="message" required></textarea>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
<button type="submit" class="btn btn-primary" onclick="submitForm()">Submit</button>
</form>
</div>

Expand Down

0 comments on commit f7bc85c

Please sign in to comment.