diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -172,4 +172,11 @@ <!-- animate -->
<script src="js/app.js"></script>
+<div class="col-6 col-sm-4 col-md-4 col-lg-2 d-flex pb-4">
+ <div class="d-inline-block w-100 box-shadow card" style="cursor: pointer;">
+ <a href="404/index.html" style="text-decoration: none;">
+ </a>
+ </div>
+ </div>
+
</body></html>
|