Skip to content

Commit

Permalink
Incorporate Bootstrap for styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusGKSoftwares committed Nov 29, 2024
1 parent 0c07fed commit 2913673
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Client Panel{% endblock %}</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Add Font Awesome CDN for icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">

<link rel="stylesheet" href="#">
</head>
<body>
Expand All @@ -21,6 +24,7 @@
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

0 comments on commit 2913673

Please sign in to comment.