aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-09-07 10:26:41 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:46 +0800
commit8433131c1d6a293290257e92e60cbaef5b2c0f5b (patch)
tree472cba674d5b0a4d034c7a5912e72e9fedb56e45 /deprecated/jinwei.me/mobile/index.html
parentabb7ef076dc265e099eaf1277cbea6f2e6f43805 (diff)
downloadjinwei.me-8433131c1d6a293290257e92e60cbaef5b2c0f5b.tar.gz
fix Target="_blank" https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/
Diffstat (limited to 'deprecated/jinwei.me/mobile/index.html')
-rw-r--r--deprecated/jinwei.me/mobile/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/deprecated/jinwei.me/mobile/index.html b/deprecated/jinwei.me/mobile/index.html
index 9964c70..91a5eba 100644
--- a/deprecated/jinwei.me/mobile/index.html
+++ b/deprecated/jinwei.me/mobile/index.html
@@ -66,7 +66,7 @@
66 </ul> 66 </ul>
67 <ul class="nav navbar-nav navbar-right"> 67 <ul class="nav navbar-nav navbar-right">
68 <li> 68 <li>
69 <a href="https://github.com/JinweiClarkChao/jinweiclarkchao.github.com" target="_blank">View it on Github</a> 69 <a href="https://github.com/JinweiClarkChao/jinweiclarkchao.github.com" target="_blank" rel="noopener noreferrer">View it on Github</a>
70 </li> 70 </li>
71 </ul> 71 </ul>
72 </div> 72 </div>
@@ -79,7 +79,7 @@
79 <h1>Jinwei的小站</h1> 79 <h1>Jinwei的小站</h1>
80 <p>如果你是Android用户,下载下面的App</p> 80 <p>如果你是Android用户,下载下面的App</p>
81 <p> 81 <p>
82 <a class="btn btn-lg btn-primary" href="http://jinwei-me.lofter.com/app" target="_blank" role="button">Download App</a> 82 <a class="btn btn-lg btn-primary" href="http://jinwei-me.lofter.com/app" target="_blank" rel="noopener noreferrer" role="button">Download App</a>
83 </p> 83 </p>
84 <p>如果你是iPhone, iPad, Windows Phone, Blackberry等用户......</p> 84 <p>如果你是iPhone, iPad, Windows Phone, Blackberry等用户......</p>
85 <p> 85 <p>
Powered by cgit v1.2.3 (git 2.41.0)