Skip to content

Commit

Permalink
Merge pull request #7 from giakinh0823/giakinh0823
Browse files Browse the repository at this point in the history
change header calendar
  • Loading branch information
giakinh0823 authored Mar 10, 2022
2 parents 1a4cee4 + 65ee32c commit 2d67eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/views/base/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Control Life</title>
<title>Calendar</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/flowbite.min.css" />
<script src="https://unpkg.com/[email protected]/dist/flowbite.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion web/views/calendar/calendar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<title>Calendar</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/main.min.css">
<%
ArrayList<EventCalendar> events = (ArrayList<EventCalendar>) request.getAttribute("events");
Expand Down

0 comments on commit 2d67eb0

Please sign in to comment.