fixing "The character encoding of the HTML document was not declared."

This commit is contained in:
Francesco Mangiacrapa 2021-04-08 12:07:41 +02:00
parent 5d719646d1
commit 70558e9f8b
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,8 @@
<!DOCTYPE HTML>
<html lang="en-US">
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<style type="text/css">
body {
background-color: #f8f6f2;

View File

@ -1,6 +1,8 @@
<!DOCTYPE HTML>
<html lang="en-US">
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<style type="text/css">
body {
background-color: #f8f6f2;
@ -49,7 +51,7 @@ body {
<div class="myTitle">The Wekeo Resolver</div>
<div class="myListOperations">Available Operations:
<p>
# authentication operator <a href="<%= request.getContextPath() %>/gettoken" target="_blank" title="gettoken operation">gettoken</a> (gCube AuthN Required)
# authentication operator <a href="gettoken" target="_blank" title="gettoken operation">gettoken</a> (gCube AuthN Required)
</p>
</div>
<div class="uri-footer">