diff options
| author | s1n <[email protected]> | 2019-07-28 08:23:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-28 08:23:25 -0700 |
| commit | 772851e10cfda59b3e5c656ec87b122e62145713 (patch) | |
| tree | 216f0be9f6c21f28eb6d41170f808e3b6d9cdbb4 /index.html | |
| parent | fix white text on white (diff) | |
| download | s1n.pw-admin-772851e10cfda59b3e5c656ec87b122e62145713.tar.xz s1n.pw-admin-772851e10cfda59b3e5c656ec87b122e62145713.zip | |
add special 404 ;)
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>
|