delete testing page
This commit is contained in:
parent
c86acc10ca
commit
93dd70849a
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block title %}testing{% endblock title %}
|
||||
|
||||
{% block stylesheet %}
|
||||
<style>
|
||||
.custom-table {
|
||||
border-radius: 15px;
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden; /* Ensures rounded corners apply to the entire table */
|
||||
}
|
||||
</style>
|
||||
{% endblock stylesheet %}
|
||||
{% block content %}
|
||||
<main>
|
||||
<div class="container my-4 px-5">
|
||||
<h2 class="text-center">Testing Page</h2>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue