Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev committed Jan 24, 2024
1 parent edffbfa commit a9783df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api/templates/report.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{% extends "base.html" %}

{% load static %}



{% block title %}Report Dark Pattern{% endblock title %}

{% block head %}

{% endblock head %}

{% block content %}

<h1>Report for Dark Patterns here : </h1>

{% endblock content %}


{% block script %}

{% endblock script %}

0 comments on commit a9783df

Please sign in to comment.