icon and title
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<!- Website icon-->
|
||||
{% load static %}
|
||||
<link rel="icon" href="{% static 'img/icon.png' %}">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
||||
<!-- My CSS file -->
|
||||
|
||||
@@ -7,6 +7,10 @@
|
||||
<meta http-equiv="X-Ua-compatible" content="IE=edge">
|
||||
<title>Aussen- und Innenausbau</title>
|
||||
|
||||
<!-- Website icon-->
|
||||
{% load static %}
|
||||
<link rel="icon" href="{% static 'img/icon.png' %}">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
||||
|
||||
@@ -21,7 +25,6 @@
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<!-- My CSS file -->
|
||||
{% load static %}
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/main.css' %}">
|
||||
|
||||
</head>
|
||||
@@ -30,7 +33,6 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="form-signin">
|
||||
{% load static %}
|
||||
<img src="{% static 'img/logo.png' %}" width="320" alt="Logo" style="padding-bottom: 10px;">
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user