Title in head element
The title in the head element was mispelled previously it showed 'Seshat Auido Transcriber'. Now it's fixed to the correct spelling 'Seshat Audio Transcriber'.
This commit is contained in:
parent
f7466a57df
commit
b7b74f2e35
src/main/resources/templates
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Seshat Auido Transcriber</title>
|
||||
<title>Seshat Audio Transcriber</title>
|
||||
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" />
|
||||
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" />
|
||||
<link th:rel="stylesheet" th:href="@{/css/styles.css}" />
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Seshat Auido Transcriber</title>
|
||||
<title>Seshat Audio Transcriber</title>
|
||||
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" />
|
||||
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" />
|
||||
<link th:rel="stylesheet" th:href="@{/css/styles.css}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user