idk what happened but this is the static files eureka moment commit

This commit is contained in:
Yamozha
2021-02-08 23:30:16 +02:00
parent c43acaf71f
commit cbcda35161
8 changed files with 123 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="utf-8">
<title>Home</title>
<meta name="description" content="Start throwing out trash in an eco-friendly way!">
<meta name="author" content="Yamozha">
<link rel="stylesheet" href="{% static "css/style.css" %}">
</head>
<body>
{% block content %}
{% endblock %}
{% csrf_token %}
<h1>Test!</h1>
<h2><strong>{{ currencyTotal }}</strong></h2>
</body>
</html>