summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-07-28 08:23:25 -0700
committerGitHub <[email protected]>2019-07-28 08:23:25 -0700
commit772851e10cfda59b3e5c656ec87b122e62145713 (patch)
tree216f0be9f6c21f28eb6d41170f808e3b6d9cdbb4 /index.html
parentfix white text on white (diff)
downloads1n.pw-admin-772851e10cfda59b3e5c656ec87b122e62145713.tar.xz
s1n.pw-admin-772851e10cfda59b3e5c656ec87b122e62145713.zip
add special 404 ;)
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0237816..4ded32e 100644
--- a/index.html
+++ b/index.html
@@ -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>