HEX
Server: Apache/2.4.37 (CentOS Stream) OpenSSL/1.1.1k
System: Linux ysnet.com.tw 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64
User: test (521)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/www/backuptest/indexmrtg.html
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>社區流量圖</title>
        <style>
            body {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                background-color: antiquewhite;
            }

            iframe {
                background-color: white;
                width: 550px;
                height: 220px;
                border: 1px solid black;
            	table-layout:fixed;
            }
            .distributed {
                background-color:black;
                box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
                box-sizing: border-box;
                width: 100%;
                text-align: left;
                font: bold 16px sans-serif;
                font-family: 'Microsoft JhengHei';
                padding: 55px 15px;
                margin-top: 80px;
            }
            .footer-left{
                background-color: black;
                width:100%;
            }
        </style>
    </head>
    <body>
        <section style="background-color:black;width:100%;height:200px;">
            <p style="color:white;font-size: 80px;">社區流量圖</p>
        </section>
        <hr>
        <b style="color: black">
            親愛的用戶您好:<br>
            此網頁是呈現所在社區的總體網路使用狀況<br>
            只要您是使用亞訊所提供之線路上網,就會顯示出網路流量圖。<br>
        </b>
        <iframe src="http://mrtg.ysnet.com.tw/mrtg.php" frameborder="0"></iframe>
        <h3>
            <span style="color: green;">綠色 ###</span> 每秒上傳量(單位 Bits)<br>
            <span style="color: blue;">藍色 ###</span> 每秒下傳量(單位 Bits)<br>
        </h3>
        <hr>
        <section class="distributed" style="height:200px;">
            <div class="footer-left" >
                <h3>
                    <span style="color:orange;font-size: 48px;">YS</span><span style="color:rgba(177, 178, 179, 0.726);font-size: 38px;">Net</span>
                </h3>
                <p>
                    <span style="color:rgb(245, 110, 86);font-size:24px;">官網:&nbsp;&nbsp;&nbsp;</span><a href="https://www.ysnet.com.tw" target="_blank"><span style="color:rgb(245, 245, 86);font-size:24px;">亞訊寬頻</span></a>
                    <span style="color:rgb(245, 110, 86);font-size:24px;">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;電話:&nbsp;&nbsp;&nbsp;</span><span style="color:rgb(245, 245, 86);font-size:24px;">03-3585867</span>
                </p>
            </div>
        </section>
    </body>
</html>