7 lines
No EOL
342 B
HTML
7 lines
No EOL
342 B
HTML
<div id="signup-form-container" class="text-center py-3">
|
|
<div class="alert alert-danger" role="alert">
|
|
<h4 class="section-h1">Oops!</h4>
|
|
<p class="text-gray-300">Something went wrong. Please try again later.</p>
|
|
<button class="btn btn-primary mt-2" onclick="location.reload()">Try Again</button>
|
|
</div>
|
|
</div> |