Domain mail.battleofschool.id
Indonesia
CV. Rumahweb Indonesia
Software information

LiteSpeed LiteSpeed

tcp/443

imunify360-webshield 1.21

tcp/443

  • Open service 2001:df1:7800:2::9:264:443 · mail.battleofschool.id

    2024-11-21 06:29

    HTTP/1.1 200 OK
    Connection: close
    content-type: text/html
    last-modified: Fri, 04 Oct 2024 12:00:59 GMT
    accept-ranges: bytes
    content-length: 5952
    date: Thu, 21 Nov 2024 06:29:44 GMT
    server: LiteSpeed
    alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
    
    Page title: Battle Of School - Home
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Battle Of School - Home</title>
        <link rel="icon" type="image/x-icon" href="LOGO.png">
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
        <style>
            @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
    
            html, body {
                margin: 0;
                padding: 0;
                overflow-x: hidden;
                height: 100%;
                width: 100%;
                font-family: 'Poppins', sans-serif;
                background: url('BACKGROUND_LANDSCAPE.png');
                background-size: cover;
                background-attachment: fixed;
                color: white;
            }
    
            /* Navbar styling */
            .navbar {
                box-shadow: 7px 9px 8px rgb(0 0 0 / 20%);
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                z-index: 10;
                background: linear-gradient(135deg, #2b89be 30%, #164a68 100%);
                padding: 10px 0;
            }
    
            .navbar .container {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
    
            .navbar-toggler {
                border: none;
            }
    
            .navbar-toggler-icon {
                color: white;
                font-size: 1.5rem;
            }
    
            .navbar-collapse {
                justify-content: center; /* Menyusun menu di tengah */
                background:transparent!important;
            }
    
            .navbar-nav {
                display: flex;
                justify-content: center;
                align-items: center;
            }
    
            .navbar-nav .nav-link {
                color: #d9d9d9;
                font-size: 1.1rem;
                text-transform: uppercase;
                margin: 0 10px; /* Memberi jarak antara menu */
                transition: color 0.3s;
            }
    
            .navbar-nav .nav-link:hover {
                color: white;
            }
    
            /* Logo tetap di sebelah kiri */
            .navbar-brand {
                margin-right: auto;
            }
    
            /* Konten di tengah layar */
            .content-center {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 85vh;
                margin-top: 80px; /* Jarak dari navbar */
                text-align: center;
            }
    
            /* Animasi Hover pada Logo */
            .navbar-brand img {
                transition: transform 0.3s;
            }
    
            .navbar-brand img:hover {
                transform: scale(1.2);
            }
    
            .custom-footer {
                background: linear-gradient(135deg, #003752, #003752);
                padding: 20px 0;
                text-align: center;
                box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
                position: relative;
                width: 100%;
                bottom: 0;
                color: white;
            }
    
            .footer-content p {
                margin: 0;
                font-family: 'Arial', sans-serif;
                font-size: 1rem;
                letter-spacing: 1px;
            }
            @media (max-width: 768px) {
                html, body {
                    background: url('BACKGROUND.png');
                }
                .navbar-toggler {
                    color: white;
                }
            }
        </style>
    </head>
    
    <body>
    
        <!-- Navbar -->
        <nav class="navbar navbar-expand-lg">
            <div class="container">
                <a class="navbar-brand" href="index">
                    <img src="LOGO.png" alt="Logo" width="40" height="40" class="d-inline-block align-text-top">
                </a>
                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
                    aria-contro
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 203.175.9.150:443 · mail.battleofschool.id

    2024-11-21 06:29

    HTTP/1.1 200 OK
    Date: Thu, 21 Nov 2024 06:29:42 GMT
    Content-Length: 11750
    Connection: close
    Content-Type: text/html
    Cache-Control: private, no-cache, no-store, must-revalidate, max-age=0
    cf-edge-cache: no-cache
    Server: imunify360-webshield/1.21
    
    Page title: One moment, please...Loader
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="utf8">
      <meta name="viewport" content="width=device-width,initial-scale=1.0">
      <link rel="icon" href="data:,">
      <title>One moment, please...</title>
      <style>
        
    .spinner {
        -webkit-animation: spin 1s ease-out;
        animation: spin 1s ease-out;
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    #outer-container {
        text-align: center;
    }
    #container {
            display: inline-block;
            height: 100px;
        }
    #text {
        float: left;
        height: 100px;
        line-height: 100px;
        font-size: 3rem;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        padding: 0 .4em 0 .2em;
        letter-spacing: 0.06em;
        color: rgba(38, 122, 72, 0.86);
    }
    @media (min-height: 180px) {
        #outer-container {
            margin-top: 0;
        }
    }
    @media (min-height: 360px) {
        #outer-container {
            margin-top: 5%;
        }
    }
    @media (min-height: 540px) {
        #outer-container {
            margin-top: 10%;
        }
    }
    @media (min-height: 720px) {
        #outer-container {
            margin-top: 20%;
        }
    }
    @media (min-width: 1450px) {
        .throbber {
            width: 90px;
            height: 90px;
            float: left;
            padding: 5px 0 5px 5px;
            opacity: 0.86;
        }
        #container {
            display: inline-block;
            border: 3px solid rgb(38, 122, 72, 0.86);
            border-radius: 51px;
            height: 100px;
        }
    }
    
      </style>
    </head>
    <body>
      <div id="outer-container">
        <div id="container">
          <div class="throbber">
              <svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47"
                  version="1.1"
                  xmlns="http://www.w3.org/2000/svg"
                  xmlns:xlink="http://www.w3.org/1999/xlink">
                  <title>Loader</title>
                  <defs>
                      <polygon id="path-1"
                              points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon>
                  </defs>
                  <g id="Page-1" stroke="none" stroke-width="1" fill="none"
                  fill-rule="evenodd">
                      <g id="Logo" transform="translate(-5.000000, -2.000000)">
                          <g id="Group-2" transform="translate(5.000000, 2.000000)">
                              <path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z"
                                  id="Fill-1" fill="#467C45"></path>
                              <path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585"
                                  id="Fill-3" fill="#467C45"></path>
                              <path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049"
                                  id="Fill-5" fill="#467C45"></path>
                              <g id="Group-9"
                              transform="translate(0.000000, 11.
    Found 3 days ago by HttpPlugin
    Create report
*.battleofschool.idbattleofschool.idbattleofschool.id.novusidn.co.idwww.battleofschool.id.novusidn.co.id
CN:
*.battleofschool.id
Key:
RSA-2048
Issuer:
R11
Not before:
2024-09-21 05:20
Not after:
2024-12-20 05:20
battleofschool.idbattleofschool.id.novusidn.co.idcpanel.battleofschool.idcpcalendars.battleofschool.idcpcontacts.battleofschool.idmail.battleofschool.idwebdisk.battleofschool.idwebmail.battleofschool.idwww.battleofschool.idwww.battleofschool.id.novusidn.co.id
CN:
cpanel.battleofschool.id
Key:
RSA-2048
Issuer:
R11
Not before:
2024-11-21 05:29
Not after:
2025-02-19 05:29
Domain summary