mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
CSS
This commit is contained in:
+3
-3
@@ -73,7 +73,7 @@
|
||||
<div class="auth-buttons">
|
||||
{% if is_main_domain %}
|
||||
<p>Start your web hosting journey today!</p>
|
||||
<a href="{{ url_for('register', _external=True) }}">Sign Up</a>
|
||||
<a href="{{ url_for('register', _external=True) }}" class="btn cta-button">Sign Up</a>
|
||||
{% else %}
|
||||
<p>The page you requested doesn't exist on this site.</p>
|
||||
{% endif %}
|
||||
@@ -82,8 +82,8 @@
|
||||
{% else %}
|
||||
<div class="auth-buttons">
|
||||
<p>Start your web hosting journey today!</p>
|
||||
<a href="{{ url_for('login', _external=True) }}">Login</a>
|
||||
<a href="{{ url_for('register', _external=True) }}">Sign Up</a>
|
||||
<a href="{{ url_for('login', _external=True) }}" class="btn cta-button">Login</a>
|
||||
<a href="{{ url_for('register', _external=True) }}" class="btn cta-button">Sign Up</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user