working base site setup with gatekeeping working
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
||||
{% block extra_head %}{% endblock %}
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
|
||||
<link rel="stylesheet" href="{% static 'fonts/roboto.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'fontawesome/css/all.min.css' %}">
|
||||
<link rel="icon" type="image/png" href="{% static 'Logo.png' %}">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user