added logo
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
||||
<meta name="theme-color" content="#f6f4ef">
|
||||
<title>{% block title %}Fatimas Calendar{% endblock %}</title>
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename='wwwsuynl.png') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
|
||||
</head>
|
||||
<body class="{% block body_class %}{% endblock %}">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% block content %}
|
||||
<main class="login-shell">
|
||||
<form class="login-card" method="post">
|
||||
<div class="brand-mark" aria-hidden="true">31</div>
|
||||
<img class="brand-mark" src="{{ url_for('static', filename='wwwsuynl.png') }}" alt="www.suy.nl">
|
||||
<p class="eyebrow">Fatimas calendar</p>
|
||||
<h1>Welcome back</h1>
|
||||
<p class="login-copy">Sign in to open your calendar.</p>
|
||||
|
||||
Reference in New Issue
Block a user