Skip to content

Commit

Permalink
Added 'Back-To-Top' Button
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmitaMishra24 committed Jun 9, 2024
1 parent c06129b commit 28b29c9
Show file tree
Hide file tree
Showing 17 changed files with 157 additions and 583 deletions.
5 changes: 5 additions & 0 deletions Settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
text-align: center;
}
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<div class="container">
Expand All @@ -159,6 +163,7 @@ <h2>Account Settings</h2>
<p class="feedback" id="feedback">Changes saved successfully!</p>
</form>
</div>

<script>
function saveChanges() {
const email = document.getElementById('email').value;
Expand Down
Loading

0 comments on commit 28b29c9

Please sign in to comment.