Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalazim0 authored Sep 26, 2024
1 parent 9c900a7 commit 70f888b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="container">
<link rel="stylesheet" href="style.css">
<div class="container">
<div class="heading">Facebook Send</div>
<form onsubmit="handleSubmit(event)" class="form">
<input required class="input" type="text" name="name" id="name" placeholder="Full Name" />
Expand Down Expand Up @@ -36,6 +37,7 @@
</div>

<button>
<script src="script.js"></script>
<div class="svg-wrapper-1">
<div class="svg-wrapper">
<svg height="24" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -48,4 +50,4 @@
</button>
</form>
</div>
<div id="notification" class="notification"></div>
<div id="notification" class="notification"></div>

0 comments on commit 70f888b

Please sign in to comment.