Host 108.61.127.227
Japan
AS-CHOOPA
Software information

nginx nginx

tcp/443 tcp/80

  • Git configuration and history exposed
    First seen 2023-11-10 01:57
    Last seen 2024-11-23 23:26
    Open for 379 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522349a9281

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = https://github.com/r-ca/status_pages
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "server/vultr-fubuki"]
      	remote = origin
      	merge = refs/heads/server/vultr-fubuki
      
      Found on 2024-11-23 23:26
      287 Bytes
  • Open service 108.61.127.227:443

    2024-11-20 12:56

    HTTP/1.1 502 Bad Gateway
    Server: nginx
    Date: Wed, 20 Nov 2024 12:56:16 GMT
    Content-Type: text/html
    Content-Length: 552
    Connection: close
    
    Page title: 502 Bad Gateway
    
    <html>
    <head><title>502 Bad Gateway</title></head>
    <body>
    <center><h1>502 Bad Gateway</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    
    Found 2024-11-20 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-11-20 00:05

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 20 Nov 2024 00:05:42 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-11-20 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-11-17 23:50

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sun, 17 Nov 2024 23:50:26 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-11-17 by HttpPlugin
    Create report
  • Open service 108.61.127.227:443

    2024-11-16 01:25

    HTTP/1.1 502 Bad Gateway
    Server: nginx
    Date: Sat, 16 Nov 2024 01:25:05 GMT
    Content-Type: text/html
    Content-Length: 552
    Connection: close
    
    Page title: 502 Bad Gateway
    
    <html>
    <head><title>502 Bad Gateway</title></head>
    <body>
    <center><h1>502 Bad Gateway</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    
    Found 2024-11-16 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-11-16 00:08

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 16 Nov 2024 00:08:20 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-11-16 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-11-02 02:04

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 02 Nov 2024 02:04:47 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80 · mail.r0m.me

    2024-11-01 18:17

    HTTP/1.1 301 Moved Permanently
    Server: nginx
    Date: Fri, 01 Nov 2024 18:17:07 GMT
    Content-Type: text/html
    Content-Length: 162
    Connection: close
    Location: https://mail.r0m.me/
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 108.61.127.227:443 · mail.r0m.me

    2024-11-01 18:17

    
                                
    Found 2024-11-01 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-31 23:36

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 31 Oct 2024 23:36:36 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-31 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-30 01:24

    HTTP/1.1 200 OK
    Server: nginx
    Date: Wed, 30 Oct 2024 01:24:23 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-30 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-29 04:32

    HTTP/1.1 200 OK
    Server: nginx
    Date: Tue, 29 Oct 2024 04:32:42 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-29 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-21 23:57

    HTTP/1.1 200 OK
    Server: nginx
    Date: Mon, 21 Oct 2024 23:58:00 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-21 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-19 23:40

    HTTP/1.1 200 OK
    Server: nginx
    Date: Sat, 19 Oct 2024 23:40:18 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-19 by HttpPlugin
    Create report
  • Open service 108.61.127.227:80

    2024-10-17 23:44

    HTTP/1.1 200 OK
    Server: nginx
    Date: Thu, 17 Oct 2024 23:44:18 GMT
    Content-Type: text/html
    Content-Length: 15768
    Last-Modified: Wed, 25 Oct 2023 04:40:18 GMT
    Connection: close
    ETag: "65389c32-3d98"
    X-XSS-Protection: 1; mode=block
    X-Content-Type-Options: nosniff
    Accept-Ranges: bytes
    
    Page title: 98.css example
    
    <!DOCTYPE html>
    <html>
    <head>
        <title>98.css example</title>
        <meta charset="UTF-8" />
        <link rel="stylesheet" href="https://unpkg.com/98.css" />
        <style>
            body {
                background: #008080;
            }
            .popup_window {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            /* TODO: 書き方を変えるべきかも */
            #window_reload_confirm {
                display: none;
            }
            #window_hint {
                display: none;
            }
    
            .group-button {
                text-align: right;
            }
            
            /* Drag and Drop */
            .drag-and-drop {
                cursor: move;
                position: absolute;
                z-index: 1000;
            }
            
            .drag {
                z-index: 1001;
            }
        </style>
    </head>
    
    <body>
        <div class="window" style="margin: 32px;" id="window_main">
            <div class="title-bar">
                <div class="title-bar-text">The page you are looking for is currently unavailable.</div>
                <div class="title-bar-controls">
                    <button aria-label="Help" id="button_primary_hint"></button>
                    <button aria-label="Close" id="button_primary_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p id="body_error">
                    The requested URL was not found on this server. <!--JSから書き換える(それすら出来ない場合はこれがそのまま表示される?)-->
                </p>
                <p>
                    Debug Info
                    <ul id="ulist_debug_info">
                    </ul>
                </p>
                <div class="group-button">
                    <Button id="button_reload">Reload</Button>
                </div>
            </div>
            <div class="status-bar">
                <p class="status-bar-field">PlaceHolder</p>
            </div>
        </div>
        
        <div class="window popup_window drag-and-drop" id="window_reload_confirm">
            <div class="title-bar">
                <div class="title-bar-text">
                    Reload site?
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_reload_confirm_close"></button>
                </div>  
            </div>
            <div class="window-body">
                <p>
                    Changes you made may not be saved.
                </p>
                <div class="group-button">
                    <Button id="button_calcel_reload">Cancel</Button>
                    <Button id="button_comfirm_reload">Reload</Button>
                </div>
            </div>
        </div>
    
        <div class="window popup_window drag-and-drop" id="window_hint">
            <div class="title-bar">
                <div class="title-bar-text">
                    Help
                </div>
                <div class="title-bar-controls">
                    <button aria-label="Close" id="button_hint_close"></button>
                </div>
            </div>
            <div class="window-body">
                <p>
                    This page currently unavailable.
                </p>
                <ul>
                    <li>
                        Please make sure you are accessing the correct address.
                    </li>
                    <li>
                        Check your network connection.
                    </li>
                    <!-- <li>
                        Check the <a herf="https://stats.uptimerobot.com/0PprztJm5r">uptimerebot status page.</a>
                    </li> -->
                    <li>
                        Check the UptimeRebot status page.
                    </li>
                </ul>
                <div class="group-button">
                    <Button id="button_status_page">Status page</Button>
                </div>
            </div>  
        </div>
        
        <!-- MEMO
            - Windowの最初の子要素はTitileである必要あり
        -->
        <script>
    
            //TODOs
            // - 非アクティブであるべきウィンドウがアクティブになることがある
            // - 表示優先度が異常なのでなんとかする
    
            window.onload = function() {
        
    Found 2024-10-17 by HttpPlugin
    Create report
*.r0m.mer0m.me
CN:
CloudFlare Origin Certificate
Key:
RSA-2048
Issuer:
Not before:
2023-11-02 02:14
Not after:
2038-10-29 02:14
mail.r0m.me
CN:
mail.r0m.me
Key:
RSA-2048
Issuer:
R11
Not before:
2024-11-01 17:18
Not after:
2025-01-30 17:18
Domain summary