Added Doctype ??
This was missing??
This commit is contained in:
parent
aa5a75e58a
commit
964323eb8a
@ -1,4 +1,5 @@
|
||||
{% load static %}
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
@ -19,7 +20,7 @@
|
||||
|
||||
{% block stylesheets %}{% endblock stylesheets %}
|
||||
</head>
|
||||
<body data-bs-theme="light" class="bg-body bg-gradient">
|
||||
<body data-bs-theme="light" class="bg-body bg-gradient vh-100">
|
||||
|
||||
<div class="h-100 d-flex flex-column align-items-stretch flex-nowrap" style="background-image: url('/static/images/background-texture.webp'); background-size: cover;">
|
||||
{% include 'includes/navbar.html' %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user