Static Folders and CSS

This commit is contained in:
2020-07-26 22:23:55 +02:00
parent 114ec0d1ea
commit 44128caa6b
3 changed files with 216 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="{% static 'components.css' %}">
<link rel="stylesheet" href="{% static 'main.css' %}">
<title>Preview</title>
</head>
<body>