Skip to content

Commit

Permalink
Merge pull request #209 from Kernel360/develop
Browse files Browse the repository at this point in the history
favicon
  • Loading branch information
xorwns118 authored Aug 29, 2024
2 parents b5a1a9b + 12901bc commit d94f9ac
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 6 deletions.
Binary file added src/main/resources/static/images/speechup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/templates/admin-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="stylesheet" type="text/css" href="/css/admin-view.css">

<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/banned.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
text-decoration: underline;
}
</style>
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/board-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Board Detail</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/board-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="stylesheet" type="text/css" href="/css/board-write.css">

<link rel="icon" href="/images/speechup.png">
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/board-write.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="stylesheet" type="text/css" href="/css/board-write.css">

<link rel="icon" href="/images/speechup.png">
</head>
<body>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/board.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<html xmlns:th="http://www.thymeleaf.org" lang="en">
<head>
<meta charset="UTF-8">
<title>Board List</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="stylesheet" type="text/css" href="/css/board-style.css">
<script src="/js/userMe.js"></script>

<link rel="icon" href="/images/speechup.png">
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>AI Script Recorder & Processor</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/land-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/home-style.css">
<link rel="stylesheet" type="text/css" href="/css/kakaomap-style.css">
<link rel="stylesheet" type="text/css" href="/css/script-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/myPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <!-- Font Awesome for icons -->
<link rel="stylesheet" href="/css/my-page.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">

<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="stylesheet" type="text/css" href="/css/report-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<div class="report-container">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/script-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/script-style.css">
<link rel="stylesheet" type="text/css" href="/css/home-style.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/script-write.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/script-write.css">
<link rel="stylesheet" type="text/css" href="/css/home-style.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/script.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/home-style.css">
<link rel="stylesheet" type="text/css" href="/css/script-style.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/signIn.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/signIn-style.css">
<link rel="stylesheet" type="text/css" href="/css/home-style.css">
<link rel="stylesheet" type="text/css" href="/css/header-style.css">
<link rel="icon" href="/images/speechup.png">
</head>
<body>
<header>
Expand Down

0 comments on commit d94f9ac

Please sign in to comment.