HEX
Server: LiteSpeed
System: Linux baciro.idweb.host 4.18.0-553.5.1.lve.1.el8.x86_64 #1 SMP Fri Jun 14 15:38:45 UTC 2024 x86_64
User: yastidua (1245)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/yastidua/rdmku.yastidua.sch.id/offline.html
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>RDM Offline</title>

<style>
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0
}

#notfound {
    position: relative;
    height: 100vh;
    background-color: #fafbfd
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center
}

.notfound .notfound-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.notfound .notfound-bg>div {
    width: 100%;
    background: #fff;
    border-radius: 90px;
    height: 125px
}

.notfound .notfound-bg>div:nth-child(1) {
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3
}

.notfound .notfound-bg>div:nth-child(2) {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3;
    position: relative;
    z-index: 10
}

.notfound .notfound-bg>div:nth-child(3) {
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3;
    position: relative;
    z-index: 90
}

.notfound h1 {
    font-family: quicksand,sans-serif;
    font-size: 86px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #151515
}

.notfound h2 {
    font-family: quicksand,sans-serif;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #151515
}

.notfound button {
    font-family: quicksand,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #18e06f;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px
}

.notfound-social {
    margin-top: 20px
}

.notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #dedede;
    margin: 3px;
    padding: 0;
    -webkit-transition: .2s all;
    transition: .2s all
}

.notfound-social>a:hover {
    background-color: #18e06f
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-bg {
        width:287px;
        margin: auto
    }

    .notfound .notfound-bg>div {
        height: 85px
    }
}

@media only screen and (max-width: 480px) {
    .notfound h1 {
        font-size:68px
    }

    .notfound h2 {
        font-size: 18px
    }
}

</style>

</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-bg">
<div></div>
<div></div>
<div></div>
</div>
<h1>oops!</h1>
<h2>Anda Sedang Offline</h2>

<form action="" ><button type="submit" >Reload</button></form>
<div class="notfound-social">

</div>
</div>
</div>


</body></html>