EduCat with Flowise integration - complete implementation

This commit is contained in:
inubimambo
2025-07-05 23:37:31 +08:00
commit f5f5189fa0
21 changed files with 8184 additions and 0 deletions

18
views/partials/footer.ejs Normal file
View File

@@ -0,0 +1,18 @@
<footer class="bg-dark text-light py-4 mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<h5>EduCat</h5>
<p>AI-powered note revision platform for students</p>
</div>
<div class="col-md-6 text-end">
<p>&copy; 2025 EduCat. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script>
<script src="/js/main.js"></script>
</body>
</html>