outgoing links still BS2, fixed.
parent
3b75734672
commit
2f70489e22
@ -1,11 +1,18 @@
|
|||||||
<div class="hero-unit">
|
<ol class="breadcrumb">
|
||||||
<h2 class="form-signin-heading">Now Leaving NodeBB</h2>
|
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
||||||
<p>
|
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
|
||||||
|
</li>
|
||||||
|
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
|
||||||
|
<span itemprop="title">Outgoing Link</span>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<div class="well">
|
||||||
|
<h3>
|
||||||
You are now leaving NodeBB.
|
You are now leaving NodeBB.
|
||||||
</p>
|
</h3>
|
||||||
<br />
|
|
||||||
<p>
|
<p>
|
||||||
<a href="{url}" rel="nofollow" class="btn btn-default btn-lg">Continue to {url}</a>
|
<a href="{url}" rel="nofollow" class="btn btn-primary btn-lg">Continue to {url}</a>
|
||||||
<a href="{home}" class="btn btn-lg btn-inverse">Return to NodeBB</a>
|
<a href="{home}" class="btn btn-lg btn-warning">Return to NodeBB</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue