Spaces:
Running
Running
imseldrith
commited on
Commit
·
793ccd3
1
Parent(s):
63aae88
Update templates/output.html
Browse files- templates/output.html +8 -1
templates/output.html
CHANGED
@@ -83,6 +83,11 @@
|
|
83 |
.social-icon:hover {
|
84 |
color: #4CAF50;
|
85 |
}
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
/* Responsive Styles */
|
88 |
@media only screen and (max-width: 500px) {
|
@@ -129,7 +134,9 @@
|
|
129 |
link.click();
|
130 |
}
|
131 |
</script>
|
132 |
-
|
|
|
|
|
133 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.5.0/dist/js/bootstrap.bundle.min.js"></script>
|
134 |
</body>
|
135 |
</html>
|
|
|
83 |
.social-icon:hover {
|
84 |
color: #4CAF50;
|
85 |
}
|
86 |
+
footer {
|
87 |
+
|
88 |
+
padding: 20px;
|
89 |
+
text-align: center;
|
90 |
+
}
|
91 |
|
92 |
/* Responsive Styles */
|
93 |
@media only screen and (max-width: 500px) {
|
|
|
134 |
link.click();
|
135 |
}
|
136 |
</script>
|
137 |
+
<footer>
|
138 |
+
<p>Built with ❤️ by <a href="https://codegenius.me" style="color: red;">Ashiq Hussain Mir</a></p>
|
139 |
+
</footer>
|
140 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.5.0/dist/js/bootstrap.bundle.min.js"></script>
|
141 |
</body>
|
142 |
</html>
|