Add the TailwindCSS.

This commit is contained in:
2023-07-13 17:58:45 +03:00
parent 7797387d91
commit 5e6adff80e
11 changed files with 2879 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{% load static %}
{% load static tailwind_tags %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% tailwind_css %}
<title>{% block title %}Simple TODO List{% endblock %}</title>
</head>
<body>