Skip to content

Commit

Permalink
feat(webUI): added specific page titles
Browse files Browse the repository at this point in the history
Closes: #38
  • Loading branch information
nergal-perm committed Jul 24, 2024
1 parent 6c2892e commit ea672fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Simple HTML Page</title>
<title>LC Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/htmx.org@1.9.12"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/state.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Simple HTML Page</title>
<title>LC State simulation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/htmx.org@1.9.12"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Simple HTML Page</title>
<title>LC Test runner</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/htmx.org@1.9.12"
Expand Down

0 comments on commit ea672fe

Please sign in to comment.