You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
389 B
Smarty
11 lines
389 B
Smarty
12 years ago
|
<div class="hero-unit">
|
||
|
<h2 class="form-signin-heading">Now Leaving NodeBB</h2>
|
||
|
<p>
|
||
|
You are now leaving NodeBB.
|
||
|
</p>
|
||
|
<br />
|
||
|
<p>
|
||
|
<button class="btn btn-large" type="button" onclick="window.location='{url}'">Continue to {url}</button>
|
||
|
<button class="btn btn-large btn-inverse" type="button" onclick="history.go(-1); window.location='{home}'">Return to NodeBB</button>
|
||
|
</p>
|
||
|
</div>
|