CINXE.COM
Error 403
<!DOCTYPE html> <html data-dpr="1" max-width="540" style="font-size: 33.75px;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Error 403</title> <script type="application/javascript"> (function( window , document ){ 'use strict'; var hotcss = {}; (function() { var viewportEl = document.querySelector('meta[name="viewport"]'), hotcssEl = document.querySelector('meta[name="hotcss"]'), dpr = window.devicePixelRatio || 1, maxWidth = 540, designWidth = 0; dpr = dpr >= 3 ? 3 : ( dpr >=2 ? 2 : 1 ); if (hotcssEl) { var hotcssCon = hotcssEl.getAttribute('content'); if (hotcssCon) { var initialDprMatch = hotcssCon.match(/initial\-dpr=([\d\.]+)/); if (initialDprMatch) { dpr = parseFloat(initialDprMatch[1]); } var maxWidthMatch = hotcssCon.match(/max\-width=([\d\.]+)/); if (maxWidthMatch) { maxWidth = parseFloat(maxWidthMatch[1]); } var designWidthMatch = hotcssCon.match(/design\-width=([\d\.]+)/); if (designWidthMatch) { designWidth = parseFloat(designWidthMatch[1]); } } } document.documentElement.setAttribute('data-dpr', dpr); hotcss.dpr = dpr; document.documentElement.setAttribute('max-width', maxWidth); hotcss.maxWidth = maxWidth; if( designWidth ){ document.documentElement.setAttribute('design-width', designWidth); hotcss.designWidth = designWidth; } var scale = 1 / dpr, content = 'width=device-width, initial-scale=' + scale + ', minimum-scale=' + scale + ', maximum-scale=' + scale + ', user-scalable=no'; if (viewportEl) { viewportEl.setAttribute('content', content); } else { viewportEl = document.createElement('meta'); viewportEl.setAttribute('name', 'viewport'); viewportEl.setAttribute('content', content); document.head.appendChild(viewportEl); } })(); hotcss.px2rem = function( px , designWidth ){ if( !designWidth ){ designWidth = parseInt(hotcss.designWidth , 10); } return parseInt(px,10)*320/designWidth/20; } hotcss.rem2px = function( rem , designWidth ){ if( !designWidth ){ designWidth = parseInt(hotcss.designWidth , 10); } return rem*20*designWidth/320; } hotcss.mresize = function(){ var innerWidth = document.documentElement.getBoundingClientRect().width || window.innerWidth; if( hotcss.maxWidth && (innerWidth/hotcss.dpr > hotcss.maxWidth) ){ innerWidth = hotcss.maxWidth*hotcss.dpr;} if( !innerWidth ){ return false;} document.documentElement.style.fontSize = ( innerWidth*20/320 ) + 'px'; hotcss.callback && hotcss.callback(); }; hotcss.mresize(); window.addEventListener( 'resize' , function(){ clearTimeout( hotcss.tid ); hotcss.tid = setTimeout( hotcss.mresize , 33 ); } , false ); window.addEventListener( 'load' , hotcss.mresize , false ); setTimeout(function(){ hotcss.mresize(); },333) window.hotcss = hotcss; })( window , document ); </script><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> <style type="text/css"> body {width: 16rem;margin: 0 auto;padding: 0;background: url() 100% 0 no-repeat;} #container {margin-top: 2rem; height: 15rem; color: #f0f0f0;max-height: 100%;font-size: 0.8rem;} #headimg {height: 7rem;text-align: left;} #headimg > img {width: 100%;} #content {height: 6rem;margin-top: -2.5rem;line-height: 1.1;text-align: center;} #content > h1 { font-weight: bold; font-size: 1.2rem; color: #f4b147; } #content > p{ font-size: 0.6rem;color: #000;} a {font-weight: bold;font-size: 0.8rem;color: #4568dc; text-decoration: none;} </style> </head> <body> <div id="container"> <div id="content"> <div id="headimg"> </div> <h1 class="ptext1">本资源仅限校内访问</h1> <p class="ptext2">您不能访问的原因是该网站不对学校外部开放</p> <p class="ptext2">请登录VPN后浏览</p> </div> </div> </body></html>