1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
| <!DOCTYPE html> <html lang="zh-TW"> <head> <meta charset="utf-8" /> <title>網站已遭查禁</title> <link rel="stylesheet"> <link rel="stylesheet" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous"> <style type="text/css"> body{ font-family: 'Raleway', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5{ font-family:'Montserrat', sans-serif; } .img-content{ position: absolute; align-content: center; text-align: center; margin: auto; height: 50%; top: -50%; right: 0; bottom: 0; left: 0; } .content{ position: absolute; align-content: center; text-align: center; margin: auto; height: 50%; top: 0; right: 0; bottom: 0; left: 0; }
.banner{ padding:3%; align-content: center ; margin: auto 5% auto 5% ; background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); border-radius: 20px; box-shadow: 3px 3px 5px 6px #cccccc; }
.banner h1{ font-family: "Microsoft JhengHei" ; font-size: 50px; margin-top:1%; color: #FFF; } .banner h2{ color: #FFF; margin-bottom:3%; font-size:40px; }
.banner h3{ color: #FFF; opacity: .9; font-size:25px; }
.banner p{ color: #FFF; font-size: 24px; padding: 20px 0; font-weight: 300; width: 70%; margin: 0 auto; } </style>
</head>
<body> <section class="bg-1"> <div class="content"> <div style="margin-top:-11%;"> <img src="https://i.niupic.com/images/2020/04/10/7mLl.jpeg" style="align-content: center;text-align: center;width: 40%;height: auto; margin: auto auto 1% auto; "> </div> <div class="banner"> <div class="col-12 text-center"> <div style="background-color:firebrick;"> <h1>網站已經遭到查禁</h1> </div> <h2>(This Domain Has Been Seized)</h2> <h3>已經違背中華民國著作權法第九十一條及九十二條規範,全部或部分內容涉屬盜版,正進入司法偵查中。</h3> <p> The website is in violation of the Copyright Act of the Republic of China (Taiwan) for its unauthorized use of materials. Investigation is currently underway.</p> <p>內政部警政署刑事警察局電偵大隊 敬啟 <br/> Criminal Investigation Bureau(Taiwan)</p> </div> </div> </div> </section> <script type="text/javascript">(function(){window['__CF$cv$params']={r:'580bbb10ab56988d',m:'89a8a3de2b7eced49bf0d7d5400be20e69b51188-1586346206-1800-AXfMipt69xS9k39OseM0Cvbr0f3Kbs2a6i15NQFaHcJ2EE29f4nRPtpVQp/KgduXqsjmOfivLCxx7gGaor0X8kEbM7J50HQX16lmdjp4bzFe+Nr/xYV+BXL01+ME0Wcofw==',s:[0xde0ce21efa,0xa321d7537b],fb:0,}})();</script></body> </html>
|