imseldrith commited on
Commit
df2588a
1 Parent(s): 55f3ea1

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +8 -1
templates/index.html CHANGED
@@ -82,6 +82,11 @@
82
  .social-icon:hover {
83
  color: #ff3366;
84
  }
 
 
 
 
 
85
  </style>
86
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
87
  <!-- Added Font Awesome CDN -->
@@ -186,7 +191,9 @@
186
  </span>
187
  </div>
188
  </div>
189
-
 
 
190
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
191
  </body>
192
  </html>
 
82
  .social-icon:hover {
83
  color: #ff3366;
84
  }
85
+ footer {
86
+ background-color: #f2f2f2;
87
+ padding: 20px;
88
+ text-align: center;
89
+ }
90
  </style>
91
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
92
  <!-- Added Font Awesome CDN -->
 
191
  </span>
192
  </div>
193
  </div>
194
+ <footer>
195
+ <p>Made with ❤️ by <a href="codegenius.me">Ashiq Hussain Mir</a></p>
196
+ </footer>
197
  <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
198
  </body>
199
  </html>