Skip to content

Commit

Permalink
Merge pull request #377 from aditya-bhaumik/feedback
Browse files Browse the repository at this point in the history
added back to top button and fixed the title of the feedback page
  • Loading branch information
sk66641 authored Jul 4, 2024
2 parents 8c06e74 + 4fa15fc commit 9cb02ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - Random Disco Light Simulator</title>
<title>Feedback - Random Disco Light Simulator</title>

<link rel="icon" href="../assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="../css/style.css">
Expand All @@ -16,6 +16,7 @@
</head>

<body>
<button id="backToTopBtn" title="Back to Top" aria-label="Back to Top"><i class="fas fa-arrow-up"></i></button>
<div class="snowflakes" style="display: block;">
<div id="particles-js"></div>
</div>
Expand Down Expand Up @@ -131,6 +132,7 @@ <h1 id="changingHeading" style="font-family: Arial, sans-serif; font-size: 30px;
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="../js/background.js"></script>
<script src="../js/script.js"></script>
<script src="../js/backToTopBtn.js"></script>
</body>

</html>

0 comments on commit 9cb02ad

Please sign in to comment.