From a9783df32428bbf81d8b1590121f230508037f16 Mon Sep 17 00:00:00 2001 From: adarsh Date: Wed, 24 Jan 2024 22:40:43 +0530 Subject: [PATCH] init --- api/templates/report.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api/templates/report.html diff --git a/api/templates/report.html b/api/templates/report.html new file mode 100644 index 0000000..9c935d9 --- /dev/null +++ b/api/templates/report.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% load static %} + + + +{% block title %}Report Dark Pattern{% endblock title %} + +{% block head %} + +{% endblock head %} + +{% block content %} + +

Report for Dark Patterns here :

+ +{% endblock content %} + + +{% block script %} + +{% endblock script %} \ No newline at end of file