Initial commit - Mold Cost Calculator Application (Security Fixed)

This commit is contained in:
Gan, Jimmy
2025-06-24 10:28:55 +08:00
commit 9b84cee5be
108 changed files with 15886 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{% extends "base.html" %}
{% block title %}Forbidden - MoldCost Pro{% endblock %}
{% block content %}
<div class="container mt-5">
<div class="text-center">
<h1 class="display-1">403</h1>
<h2 class="mb-4">Access Forbidden</h2>
<p class="lead">You don't have permission to access this resource.</p>
<a href="{{ url_for('main.home') }}" class="btn btn-primary">Return Home</a>
</div>
</div>
{% endblock %}