{% extends "base.html" %} {% block title %}Create account{% endblock %} {% block content %}

Create your account

Free plan: {{ plans.free.monitors }} monitors, checks every {{ plans.free.min_interval }} minutes, one status page. No card needed.

{% if error %}
{{ error }}
{% endif %} {% if google_client_id %}
or with email
{% endif %}
At least 8 characters.

By signing up you agree to the terms. Already have an account? Log in

{% endblock %} {% block scripts %}{% if google_client_id %}{% if invite %}{% endif %}{% endif %}{% endblock %}