diff options
author | grant-kun <[email protected]> | 2022-10-11 11:01:44 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-11 11:01:44 -0500 |
commit | d2782bae0a4e70cbdf9a84afd92ed7c28237b82a (patch) | |
tree | 01778b4366b0d13fcaf5fcbdddf71d23b3e3dc6f /html/404.html | |
parent | 75ced388a61f0f1e4b88765d09c3251748734fea (diff) |
added email storage
Diffstat (limited to 'html/404.html')
-rw-r--r-- | html/404.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/html/404.html b/html/404.html index 0e18290..8b54f1e 100644 --- a/html/404.html +++ b/html/404.html @@ -24,10 +24,12 @@ .wrapper { display: flex; align-self: center; + } .a { - margin-left: 30px; + margin: 30px; + } a:link { @@ -63,6 +65,7 @@ border-spacing: 20px; border-width: 2px; padding: 5px; + } .bl1 { @@ -117,7 +120,7 @@ <body onload="load()"> <h5> - 404<sub style="font-size:30px">418 <sub style="font-size:10px"></br>i am infact a teapot</sub></sub> + 404<sub style="font-size:30px">418 </sub> </h5></br> <!-- either i dont know this page, or i cant give it to you! <sub><i>no hard feelings @@ -159,6 +162,18 @@ document.getElementsByClassName('bl2')[0].style.top = (document.getElementsByClassName('coollines')[0].getBoundingClientRect().bottom + 15) + 'px' document.getElementsByClassName('bl3')[0].style.left = (document.getElementsByClassName('coollines')[0].getBoundingClientRect().left - 20) + 'px' document.getElementsByClassName('bl4')[0].style.left = (document.getElementsByClassName('coollines')[0].getBoundingClientRect().right) + 'px' + if (document.body.clientWidth <= 600) { + + document.getElementsByClassName('wrapper')[0].style = 'position:absolute;bottom:30%;bottom:20%' + document.getElementById('sowwy').style.display = 'none' + + } else { + + document.getElementsByClassName('wrapper')[0].style = 'display: flex;\ + align-self: center;' + document.getElementById('sowwy').style.display = 'block' + + } }, 30) setTimeout(async () => { document.getElementById('sowwy').innerHTML += 'here! ill ask if them i can tell you the code:)</br>' |