diff options
Diffstat (limited to 'register.php')
| -rw-r--r-- | register.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/register.php b/register.php index 0804d3d..0771788 100644 --- a/register.php +++ b/register.php @@ -92,11 +92,11 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { </div> <div> <input type="checkbox" name="tos" id="tos" required> - <label for="tos">I accept the <a href="/static/txt/TOS.txt">TOS</a>, including <a - href="/static/txt/PRIVACY.txt">Privacy Policy</a></label> + <label for="tos">I accept the <a href="/static/txt/TOS.txt" class="bold">TOS</a>, including <a + href="/static/txt/PRIVACY.txt" class="bold">Privacy Policy</a></label> </div> <div> - <button type="submit">Register</button> + <button type="submit" class="fancy">Register</button> </div> </form> </main> |
