add template files and compose file, fix syntax errors in template

This commit is contained in:
boris
2024-11-07 13:10:06 +00:00
parent 9689e155a2
commit f9d57038bf
41 changed files with 8649 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
</div>
<div class="row">
<div id="footer" class="col-xs-12">
<p>Web-site development using the MVC design pattern and the Bootstrap CSS framework</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>