<!doctype html>
<html lang="zh_CN">

<head>
    <title>SJTU campus restriction</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
        html {
            font-size: 120%;
        }

        body {
            font-size: 24px;
            font-size: 2rem;
        }
    </style>
</head>

<body style="margin:0px;padding:0px;">
    <div style="width:90%;margin-top:120px;margin:0 auto;">
        <center>
            <table cellpadding=0 cellspacing=0 border=0 style="margin-top:220px;">
                <tr>
                    <td align=center><img src="./error_img.png" alt="" />
                    </td>
                </tr>
                <tr>
                    <td align=left>
                        <p>抱歉，如果您是在校外访问本网站。</p>
                        <p>建议您先拨通学校的VPN后再访问。</p>
                        <p>关于VPN，请参考：<a href="https://net.sjtu.edu.cn/wlfw/VPN.htm" target="_blank">交大VPN</a></p>
                    </td>
                </tr>
            </table>
        </center>
    </div>
</body>

</html>







