Fix utf-8 display within the html

This commit is contained in:
Tina_Azure 2023-09-20 13:40:24 +02:00
parent 104cb1bcf8
commit 4beb44f7b4
38 changed files with 41 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
<script type="text/javascript">

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
{{> templateIncludes/style.css.html}}
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>
<h1>Freelancer: {{selectedfreelancername}} Could not be found!</h1>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
{{> templateIncludes/style.css.html}}
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>
<h2>Freelancer Password Reset</h2>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
{{> templateIncludes/style.css.html}}
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>
<h2>Already Logged In</h2>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
{{> templateIncludes/freelancerSubmissionUpload.js.html}}
</head>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
{{> templateIncludes/style.css.html}}
</head>
<body>